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
/
Modules
/
FortranCInterface
/
main.F
blob: 84991b0ee3a27f27ba438c3fe997ce5c2740eac7 (
plain
)
1
2
3
4
5
6
program
main
call
call_sub
()
#ifdef CALL_MOD
call
call_mod
()
#
endif
end