7 lines
80 B
C
7 lines
80 B
C
#ifndef MK_WCWIDTH
|
|
#define MK_WCWIDTH
|
|
|
|
int mk_wcwidth_cjk(wchar_t ucs);
|
|
|
|
#endif
|