#ifndef MK_WCWIDTH_H #define MK_WCWISTH_H #include "types.h" int mk_wcwidth(unichar ch); #endif