#ifndef _MSL_CPP_STD_LOCALE_H #define _MSL_CPP_STD_LOCALE_H #ifdef __cplusplus namespace std { using ::lconv; using ::localeconv; using ::setlocale; } #endif #endif