URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [string/] [local.h] - Rev 258
Go to most recent revision | Compare with Previous | Blame | View Log
#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 ();
Go to most recent revision | Compare with Previous | Blame | View Log