Changes in uspace/lib/c/include/bool.h [5c45ca8:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/bool.h
r5c45ca8 r63f8966 36 36 #define LIBC_BOOL_H_ 37 37 38 #include <libarch/types.h> 38 #define false 0 39 #define true 1 39 40 40 #define false 0 41 #define true 1 42 43 typedef uint8_t bool; 41 typedef short bool; 44 42 45 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.