0 /* See LICENSE file for copyright and license details. */
1 #ifndef _WCWIDTH_H_
2 #define _WCWIDTH_H_
3
4 #include <wchar.h>
5 int mk_wcwidth(wchar_t ucs);
6
7 #endif
8