Newlib: update to version 3.0.0
This commit is contained in:
parent
a3d94f168b
commit
875aaabebe
50 changed files with 1536 additions and 1651 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#define unctrl(c) __unctrl[(c) & 0xff]
|
||||
#define unctrllen(ch) __unctrllen[(ch) & 0xff]
|
||||
|
||||
extern __IMPORT _CONST char * _CONST __unctrl[256]; /* Control strings. */
|
||||
extern __IMPORT _CONST char __unctrllen[256]; /* Control strings length. */
|
||||
extern __IMPORT const char * const __unctrl[256]; /* Control strings. */
|
||||
extern __IMPORT const char __unctrllen[256]; /* Control strings length. */
|
||||
|
||||
#endif /* _UNCTRL_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue