|
libcute 0.1
|
#include <stdalign.h>#include <stdbool.h>#include <stddef.h>#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | CU_BITSET_HEADER(NAME) |
| #define | CU_BITSET_DECL(NAME, SIZE) |
| #define | CU_BITSET_IMPL(NAME, SIZE) |
Fixed-size local bitset utilities.
| #define CU_BITSET_DECL | ( | NAME, | |
| SIZE | |||
| ) |
Declare the bitset struct and its helpers.
| #define CU_BITSET_HEADER | ( | NAME | ) |
Declare helper functions for a fixed-size bitset type.
| #define CU_BITSET_IMPL | ( | NAME, | |
| SIZE | |||
| ) |
Implement the helpers declared by CU_BITSET_DECL.