Add true/false to core.h.
This commit is contained in:
@@ -3,6 +3,14 @@
|
|||||||
|
|
||||||
/* ---- Types ---------------------------------------------------------- */
|
/* ---- Types ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
|
#define TRUE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef FALSE
|
||||||
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef unsigned char U8;
|
typedef unsigned char U8;
|
||||||
typedef unsigned short U16;
|
typedef unsigned short U16;
|
||||||
typedef unsigned int U32;
|
typedef unsigned int U32;
|
||||||
|
|||||||
Reference in New Issue
Block a user