This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-03-07 15:18:38 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
795e369e6b23e397e6cd8a8fe7769790f7e2800d
CMake
/
Tests
/
ExportImport
/
Export
/
testExe1lib.c
Brad King
4d9fa41124
COMP: Convert C function prototypes to use (void) instead of ().
2008-02-03 08:57:58 -05:00
2 lines
36 B
C
Raw
Blame
History
int
testExe1lib
(
void
)
{
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink