mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-10 03:40:59 -05:00
15 lines
169 B
C
15 lines
169 B
C
#ifndef _MSL_CPP_STD_LOCALE_H
|
|
#define _MSL_CPP_STD_LOCALE_H
|
|
|
|
#ifdef __cplusplus
|
|
|
|
namespace std {
|
|
using ::lconv;
|
|
using ::localeconv;
|
|
using ::setlocale;
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|