#ifndef MSL_CPP_CSTDLIB_H #define MSL_CPP_CSTDLIB_H #include #ifdef __cplusplus namespace std { using ::abs; using ::atof; using ::mbstowcs; using ::mbtowc; using ::rand; using ::wcstombs; } // namespace std #endif #endif