|
moddef-c
|
#include <stdbool.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | md_str |
| struct | md_bytes |
Macros | |
| #define | MD_STR(lit) ((md_str_t){(lit), (uint16_t)(sizeof(lit) - 1)}) |
Typedefs | |
| typedef struct md_str | md_str_t |
| typedef struct md_bytes | md_bytes_t |
| #define MD_STR | ( | lit | ) | ((md_str_t){(lit), (uint16_t)(sizeof(lit) - 1)}) |
| typedef struct md_bytes md_bytes_t |