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
/
Verify
/
VerifyC.c
blob: 7f847ef01f45b66c7dfbe4bc88b5f3468b01ed68 (
plain
)
1
2
3
4
5
#include <stdio.h>
void
VerifyC
(
void
)
{
printf
(
"VerifyC
\n
"
);
}