Blame src/internal/nolibc/stdbool.h

ca007d
#ifndef _STDBOOL_H
ca007d
#define _STDBOOL_H
ca007d
ca007d
#ifndef __cplusplus
ca007d
ca007d
#define true	1
ca007d
#define false	0
ca007d
#define bool	_Bool
ca007d
ca007d
#endif
ca007d
#endif