toaruos/userspace/lib/wcwidth.h
2013-02-10 01:36:35 -08:00

7 lines
80 B
C

#ifndef MK_WCWIDTH
#define MK_WCWIDTH
int mk_wcwidth_cjk(wchar_t ucs);
#endif