xref: /phasta/phSolver/common/tmrc.h (revision b184aa6d5f1801601db0504e0b81ab0f6416a9a2)
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