|
Embedded Artistry Framework
Embedded Systems C++ Framework
|

Macros | |
| #define | BITOP(a, b, op) ((a)[(size_t)(b) / (8 * sizeof *(a))] op(size_t) 1 << ((size_t)(b) % (8 * sizeof *(a)))) |
Functions | |
| size_t | strcspn (const char *s, const char *c) |
| #define BITOP | ( | a, | |
| b, | |||
| op | |||
| ) | ((a)[(size_t)(b) / (8 * sizeof *(a))] op(size_t) 1 << ((size_t)(b) % (8 * sizeof *(a)))) |
1.8.15