Changes in libcfa/src/stdhdr/stdbool.h [1097bb7:bf71cfd]
- File:
-
- 1 edited
-
libcfa/src/stdhdr/stdbool.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/stdbool.h
r1097bb7 rbf71cfd 10 10 // Created On : Mon Jul 4 23:25:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 25 08:00:08 201913 // Update Count : 1 512 // Last Modified On : Tue Jul 5 20:39:51 2016 13 // Update Count : 12 14 14 // 15 15 16 16 extern "C" { 17 17 #include_next <stdbool.h> // has internal check for multiple expansion 18 19 // allows printing as true/false20 #if defined( true )21 #undef true22 #define true ((_Bool)1)23 #endif // true24 25 #if defined( false )26 #undef false27 #define false ((_Bool)0)28 #endif // false29 18 } // extern "C" 30 19
Note:
See TracChangeset
for help on using the changeset viewer.