Changeset 9cb221b in mainline
- Timestamp:
- 2018-07-05T21:41:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c729a60
- Parents:
- 05922b3b
- git-author:
- Dzejrou <dzejrou@…> (2017-12-17 14:48:24)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdbool.h
r05922b3b r9cb221b 38 38 #include <abi/bool.h> 39 39 40 #ifndef __cplusplus 40 41 #define false 0 41 42 #define true 1 42 43 43 44 #define __bool_true_false_are_defined 1 45 #endif 44 46 45 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.