mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
257 B
C
19 lines
257 B
C
#ifndef _MSL_LCONV_H
|
|
#define _MSL_LCONV_H
|
|
|
|
#include <ansi_params.h>
|
|
|
|
#pragma options align=native
|
|
|
|
_MSL_BEGIN_NAMESPACE_STD
|
|
_MSL_BEGIN_EXTERN_C
|
|
|
|
extern struct lconv __lconv;
|
|
|
|
_MSL_END_EXTERN_C
|
|
_MSL_END_NAMESPACE_STD
|
|
|
|
#pragma options align=reset
|
|
|
|
#endif
|