#ifndef _pi_h_ #define _pi_h_ #ifdef __cplusplus extern "C" { #endif double EstimatePi(long NumberOfSimulations, int ProcessRank); #ifdef __cplusplus } #endif #endif