2012-04-19 19:04:21 +03:00

8 lines
131 B
C

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