8 lines
136 B
C
Raw Normal View History

2012-06-27 20:52:58 +03:00
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
2012-04-19 19:04:21 +03:00
extern void FC_hello(void);
int main()
{
2016-07-09 11:21:54 +02:00
FC_hello();
return 0;
2012-04-19 19:04:21 +03:00
}