#ifndef EMBOX_CLOCALE_
#define EMBOX_CLOCALE_

#include <locale.h>

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

#endif // EMBOX_CLOCALE_
