1 #ifndef PHSOLVER_COMM_H 2 #define PHSOLVER_COMM_H 3 4 #include <FCMangle.h> 5 6 #define phcomm_rank FortranCInterface_GLOBAL_(phcomm_rank, PHCOMM_RANK) 7 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 int phcomm_rank(); 12 #ifdef __cplusplus 13 } 14 #endif 15 16 #endif 17