Files
2023-06-25 16:52:48 -04:00

12 lines
157 B
Plaintext

#ifndef MSL_CPP_CLOCALE_H
#define MSL_CPP_CLOCALE_H
#include <locale.h>
#ifdef __cplusplus
namespace std {
using ::lconv;
} // namespace std
#endif
#endif