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