2024-04-14 22:45:38 +02:00

8 lines
140 B
C

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