1 #ifndef COMMON_TMRC_H 2 #define COMMON_TMRC_H 3 4 #include <FCMangle.h> 5 #define TMRC FortranCInterface_GLOBAL_(tmrc, TMRC) 6 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 11 double TMRC(void); 12 13 #ifdef __cplusplus 14 } 15 #endif 16 17 #endif 18