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
ef13df2373
cmake
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_main.c
7 lines
71 B
Raw
Blame
History
extern
void
order_A
(
void
)
;
int
main
(
void
)
{
order_A
(
)
;
return
0
;
}
Reference in new issue
View Git Blame
Copy Permalink