19,596
edits
Paradox-01 (talk | contribs) mNo edit summary |
m (+cat) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 80: | Line 80: | ||
//#include <stdbool.h> | //#include <stdbool.h> | ||
//bool a = true; | //bool a = true; | ||
// C99 standard | |||
[https://stackoverflow.com/questions/8724349/difference-between-bool-and-bool-types-in-c _Bool b = 1;] | [https://stackoverflow.com/questions/8724349/difference-between-bool-and-bool-types-in-c _Bool b = 1;] | ||
Line 88: | Line 90: | ||
---- | ---- | ||
Arrays, pointers, conversions, globals, ... | Arrays, pointers, conversions, globals, [https://stackoverflow.com/questions/10586003/try-catch-statements-in-c try catch simulation], [https://stackoverflow.com/questions/154136/why-use-apparently-meaningless-do-while-and-if-else-statements-in-macros?rq=1 macros] ... | ||
---- | ---- | ||
==Files== | ==Files== | ||
Line 116: | Line 117: | ||
} | } | ||
} | } | ||
[[Category:Userspace]] |