Fix spec. OBS/gerrit sync
[profile/ivi/xterm.git] / wcwidth.h
1 /* $XFree86: xc/programs/xterm/wcwidth.h,v 1.5 2005/05/03 00:38:25 dickey Exp $ */
2
3 #ifndef included_wcwidth_h
4 #define included_wcwidth_h 1
5
6 #include <stddef.h>
7
8 extern int mk_wcswidth(const wchar_t * pwcs, size_t n);
9 extern int mk_wcswidth_cjk(const wchar_t * pwcs, size_t n);
10 extern int mk_wcwidth(wchar_t ucs);
11 extern int mk_wcwidth_cjk(wchar_t ucs);
12 extern int wcswidth_cjk(const wchar_t * pwcs, size_t n);
13
14 #endif /* included_wcwidth_h */