This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
0
You've already forked cmake
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cmake
/
Tests
/
Dependency
/
Case4
/
bar.c
6 lines
49 B
C
Raw
Normal View
History
Unescape
Escape
Import cmake 2.6.2 Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2008-10-12 21:55:53 +03:00
extern
int
foo
(
)
;
Imported Upstream version 3.6.0
2016-07-09 11:21:54 +02:00
int
main
(
)
{
return
foo
(
)
;
}
Reference in New Issue
Copy Permalink