#ifndef _C_STRLIB_H #define _C_STRLIB_H int abs(int n); long labs(long n); #endif