1 #ifndef __PHIOTMRC_H__ 2 #define __PHIOTMRC_H__ 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 double phiotmrc (void); 9 10 #ifdef __cplusplus 11 } 12 #endif 13 14 #endif // __PHIOTMRC_H__ 15
1 #ifndef __PHIOTMRC_H__ 2 #define __PHIOTMRC_H__ 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 double phiotmrc (void); 9 10 #ifdef __cplusplus 11 } 12 #endif 13 14 #endif // __PHIOTMRC_H__ 15