#ifndef MSL_CPP_CLOCALE_H
#define MSL_CPP_CLOCALE_H
#include <locale.h>
#ifdef __cplusplus

namespace std {
using ::lconv;
} // namespace std

#endif
#endif
