diff options
Diffstat (limited to 'newlib/libc/string/local.h')
-rw-r--r-- | newlib/libc/string/local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h index 3fdbfa3f3..5d17dccc4 100644 --- a/newlib/libc/string/local.h +++ b/newlib/libc/string/local.h @@ -3,3 +3,7 @@ /* 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 (); |