blob: d8ee0b934789150a7263abd7222d2c695236c8a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef __NEWLIB_H__
#define __NEWLIB_H__ 1
/* EL/IX level */
#undef _ELIX_LEVEL
/* Newlib version */
#undef _NEWLIB_VERSION
/* MB_LEN_MAX */
#undef _MB_LEN_MAX
#endif /* !__NEWLIB_H__ */
|