mbchar(3W) DG/UX 5.4R3.00 mbchar(3W)
NAME
mbchar: mbtowc, wctomb, mblen - multibyte character conversion
SYNOPSIS
#include <stdlib.h>
int mbtowc(wchart *pwc, char *s, sizet n);
int wctomb(char *s, wchart wchar);
int mblen(char *s, sizet n);
DESCRIPTION
These three functions can support both
typedef unsigned short wchart;
and
typedef long wchart;
conditionally.
SEE ALSO
wchrtbl(1M), mbchar(3C), mbstring(3W).
Licensed material--property of copyright holder(s) 1