|
MCU-Common
Modules useful for embedded (MCU) programming
|
Common macros. More...
Macros | |
| #define | VA_ARGC(...) |
| Number of arguments for variadic macros (works for up to 16 arguments) More... | |
| #define | ARRAY_SIZE(x) (sizeof(x)/sizeof(*(x))) |
| Size of an array. More... | |
Common macros.
| #define VA_ARGC | ( | ... | ) |
Number of arguments for variadic macros (works for up to 16 arguments)
| #define ARRAY_SIZE | ( | x | ) | (sizeof(x)/sizeof(*(x))) |
Size of an array.