module clp_constants use iso_c_binding implicit none ! The following definition is copied exactly from Coin_C_defines.h #if COIN_BIG_INDEX==0 integer, parameter :: CoinBigIndex_t = c_int #elif COIN_BIG_INDEX==1 integer, parameter :: CoinBigIndex_t = c_long #else integer, parameter :: CoinBigIndex_t = c_long_long #endif end module clp_constants