mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 11:00:41 +08:00
8 lines
195 B
C
8 lines
195 B
C
|
#include <_ansi.h>
|
||
|
|
||
|
/* internal function to translate JP to Unicode */
|
||
|
wint_t _EXFUN (_jp2uc, (wint_t));
|
||
|
|
||
|
/* internal function to compute width of wide char. */
|
||
|
int _EXFUN (__wcwidth, (wint_t));
|