mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
261 B
C
11 lines
261 B
C
#ifndef __ansi_prefix_ARM_size_h__
|
|
#define __ansi_prefix_ARM_size_h__
|
|
|
|
#define _MSL_C_LOCALE_ONLY 1
|
|
#define _MSL_FLOATING_POINT_IO 0
|
|
#define _MSL_ACCURATE_BUT_LARGE_ANSI_FP 0
|
|
#define _MSL_STRERROR_KNOWS_ERROR_NAMES 0
|
|
#define _MSL_ASSERT_DISPLAYS_FUNC 0
|
|
|
|
#endif
|