wasm
This commit is contained in:
parent
47b135aca0
commit
f90881b03d
9824 changed files with 1706556 additions and 114 deletions
14
binlib/wasi-sysroot-28.0/include/wasm32-wasip2/stdbool.h
Normal file
14
binlib/wasi-sysroot-28.0/include/wasm32-wasip2/stdbool.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef _STDBOOL_H
|
||||
#define _STDBOOL_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define bool _Bool
|
||||
|
||||
#endif
|
||||
|
||||
#define __bool_true_false_are_defined 1
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue