18 #define str_table_free(x) table_free(x) 19 #define str_table_get_num_records(x) table_get_num_records(x) rec_t str_table_get_record_by_string2(const table_t *t, const char *str, uint16_t len)
rec_t str_table_get_record_by_string(const table_t *t, const char *str, uint16_t len)
rec_t str_table_store(table_t *t, const char *str, uint16_t len, rec_t pos)
struct _table table_t
Table type.
uint32_t rec_t
Type to identify a record number.
rec_t str_table_get_record_by_string_sorted(const table_t *t, const char *str, uint16_t len, rec_t *pos)