wasm
This commit is contained in:
parent
47b135aca0
commit
f90881b03d
9824 changed files with 1706556 additions and 114 deletions
18
binlib/wasi-sysroot-28.0/include/wasm32-wasip1/stdc-predef.h
Normal file
18
binlib/wasi-sysroot-28.0/include/wasm32-wasip1/stdc-predef.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#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
|
||||
|
||||
#if !defined(__STDC_UTF_16__)
|
||||
#define __STDC_UTF_16__ 1
|
||||
#endif
|
||||
|
||||
#if !defined(__STDC_UTF_32__)
|
||||
#define __STDC_UTF_32__ 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue