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

namespace std {
    using ::lconv;

    using ::localeconv;
    using ::setlocale;
}

#endif
