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
/
RunCMake
/
Emscripten
/
main_circular.c
blob: 16ebee6d76bff086d8e7772eb68f1f752c523ef8 (
plain
)
1
2
3
4
5
6
7
8
9
void
circular1
(
void
);
int
main
(
void
)
{
circular1
();
return
0
;
}