forked from KolibriOS/kolibrios
set default newlib dir's structure
git-svn-id: svn://kolibrios.org@4874 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
9
contrib/sdk/sources/newlib/libc/string/local.h
Normal file
9
contrib/sdk/sources/newlib/libc/string/local.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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 ();
|
Reference in New Issue
Block a user