Go Back
0 #ifndef _WCWIDTH_H_
1 #define _WCWIDTH_H_
2
3 #include <wchar.h>
4 int mk_wcwidth(wchar_t ucs);
5
6 #endif
7