#ifdef __cplusplus extern "C" { #endif /*! calculate sub(a, b) * * @param a the first argument * @param b the second argument * * @return the result */ int sub(int a, int b); #ifdef __cplusplus } #endif