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