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