#ifndef NDB_STR_BLOCK_H #define NDB_STR_BLOCK_H #include struct str_block { const char *str; uint32_t len; }; #endif