mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
174 B
11 lines
174 B
|
10 years ago
|
#ifndef _STDC_PREDEF_H
|
||
|
|
#define _STDC_PREDEF_H
|
||
|
|
|
||
|
|
#define __STDC_ISO_10646__ 201206L
|
||
|
|
|
||
|
|
#if !defined(__GCC_IEC_559) || __GCC_IEC_559 > 0
|
||
|
|
#define __STDC_IEC_559__ 1
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|