23#ifndef MUTT_CONFIG_MBTABLE_H
24#define MUTT_CONFIG_MBTABLE_H
void mbtable_free(struct MbTable **table)
Free an MbTable object.
struct MbTable * mbtable_parse(const char *str)
Parse a multibyte string into a table.
Multibyte character table.
char * orig_str
Original string used to generate this object.
int len
Number of characters.
char ** chars
The array of multibyte character strings.
char * segmented_str
Each chars entry points inside this string.