#ifndef _UTIL_CMATH_H #define _UTIL_CMATH_H #ifdef __cplusplus extern "C" { #endif int GCD(int a, int b); #ifdef __cplusplus } #endif #endif