table of contents
other versions
- buster 0.2-5
TICKIT_STRING_MBSWIDTH(3) | Library Functions Manual | TICKIT_STRING_MBSWIDTH(3) |
NAME¶
tickit_string_mbswidth, tickit_string_byte2col, tickit_string_col2byte - DEPRECATEDSYNOPSIS¶
#include <tickit.h> int tickit_string_mbswidth(const char *str); int tickit_string_byte2col(const char *str, size_t byte); size_t tickit_string_col2byte(const char *str, int col );
Link with -ltickit.