mirror of
https://github.com/openharmony/third_party_musl2.git
synced 2026-07-19 20:03:38 -04:00
11 lines
174 B
C
11 lines
174 B
C
#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
|