This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
You've already forked cmake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a8939b79f
cmake
/
Tests
/
Dependency
/
Case2
/
foo3b.c
3 lines
60 B
Raw
Normal View
History
Unescape
Escape
Import cmake 2.8.0-r2
16 years ago
extern
int
foo1c
(
void
)
;
int
foo3b
(
void
)
{
return
foo1c
(
)
;
}