This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4eaac32db6
CMake
/
Tests
/
ExportImport
/
Export
/
testExe1lib.c
2 lines
36 B
C
Raw
Normal View
History
Unescape
Escape
COMP: Convert C function prototypes to use (void) instead of ().
2008-02-03 16:57:58 +03:00
int
testExe1lib
(
void
)
{
return
0
;
}