#ifndef _C_ARITH_H #define _C_ARITH_H #ifdef __cplusplus extern "C" { #endif int abs(int __x); long labs(long __x); #ifdef __cplusplus } #endif #endif