main.c 131 B

1234567
  1. #include <HelloWorldFCMangle.h> // created by FortranCInterface
  2. extern void FC_hello(void);
  3. int main()
  4. {
  5. FC_hello();
  6. return 0;
  7. }