Changes in abi/include/bool.h [3e6a98c5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/bool.h
r3e6a98c5 r9d58539 36 36 #define ABI_BOOL_H_ 37 37 38 #define bool _Bool 38 typedef uint8_t bool; 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.