mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 12:22:35 +03:00
754f9336f0
git-svn-id: svn://kolibrios.org@4349 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
285 B
C
10 lines
285 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 ();
|