mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
10 lines
276 B
C
10 lines
276 B
C
|
#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 ();
|