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
3d88b42de7
CMake
/
Tests
/
ExportImport
/
Export
/
testLib1.c
2 lines
33 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
testLib1
(
void
)
{
return
0
;
}