#ifndef _VT100_UNICODE_EXTRA_H #define _VT100_UNICODE_EXTRA_H #include int vt100_char_width(uint32_t codepoint); #endif