CMake/Tests/VSGNUFortran/c_code/main.c

8 lines
131 B
C

#include <HelloWorldFCMangle.h> // created by FortranCInterface
extern void FC_hello(void);
int main()
{
FC_hello();
return 0;
}