Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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