updated example name”
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user