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