index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
SwiftMix
/
CMain.c
blob: 519058efe173afc81eb4c362327f7f796a5ee594 (
plain
)
1
2
3
4
5
extern
int
ObjCMain
(
void
);
int
main
(
void
)
{
return
ObjCMain
();
}