#ifndef MSL_CSTDLIB_H_ #define MSL_CSTDLIB_H_ #include #include #include #ifdef __cplusplus extern "C" { namespace std { using ::strtol; using ::strtoul; using ::div; using ::exit; using ::abort; using ::atoi; using ::atof; } }; #endif #endif