meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| programming:c:preprocessor:macros [2025/11/01 14:46] – ↷ Page moved from programming:c:macros to programming:c:preprocessor:macros niziak | programming:c:preprocessor:macros [2025/11/01 14:50] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== macros ====== | ====== macros ====== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| <code c> | <code c> | ||
| Line 7: | Line 11: | ||
| _a > _b ? _a : _b; }) | _a > _b ? _a : _b; }) | ||
| </ | </ | ||
| + | |||
| + | ===== bitfields ===== | ||
| + | |||
| + | <code c> | ||
| + | #define BITMASK(bit_len, | ||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| - | [[https:// | ||