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
/
Fortran
/
mainc.c
blob: 9efafc5c00d85477215cb0e7e1e6a121d6c87e7f (
plain
)
1
2
3
4
5
extern
int
myc
(
void
);
int
main
()
{
return
myc
();
}