Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4e77d313e4d652af7fbb025fedaa9cd90e41bb0c
/
.
/
Modules
/
FortranCInterface
/
Verify
/
VerifyC.c
blob: 7f847ef01f45b66c7dfbe4bc88b5f3468b01ed68 [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
VerifyC
(
void
)
{
printf
(
"VerifyC\n"
);
}