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));
|