#include /* created by FortranCInterface */ extern void FC_hello(void); int main(void) { FC_hello(); return 0; }