#ifndef _MSL_CPP_STD_STDDEF_H #define _MSL_CPP_STD_STDDEF_H #ifdef __cplusplus namespace std { using ::ptrdiff_t; using ::size_t; } #endif #endif