updated example name”

This commit is contained in:
2017-06-10 17:57:47 +08:00
parent 5de4ac202c
commit c5327f8717
827 changed files with 1 additions and 1 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