found irext example project

This commit is contained in:
2017-05-09 11:36:49 +08:00
parent 285a7b3a42
commit a51640d037
835 changed files with 265091 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// If the compiler have not this file
#ifndef __STDBOOL_H
#define __STDBOOL_H
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
#define bool char
#endif // __STDBOOL_H