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: 607b9fdb7268f2e73723806d5dc6eca9a3bb7f3e (
plain
)
1
2
3
4
5
extern
int
myc
(
void
);
int
main
(
void
)
{
return
myc
();
}