blob: 5d17dccc43716c3c0f7dd12617699f08e8e32c65 (
plain)
1
2
3
4
5
6
7
8
9
|
#include <_ansi.h>
#include <../ctype/local.h>
/* internal function to compute width of wide char. */
int _EXFUN (__wcwidth, (wint_t));
/* Defined in locale/locale.c. Returns a value != 0 if the current
language is assumed to use CJK fonts. */
int __locale_cjk_lang ();
|