MBCHAR(3W-SVR4) RISC/os Reference Manual MBCHAR(3W-SVR4)
NAME
mbchar: mbtowc, wctomb, mblen - multibyte character conver-
sion
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 wchar_t;
and
typedef long wchar_t;
conditionally.
SEE ALSO
mbchar(3C) , mbstring(3W).
wchrtbl(1M) in the System Administrator's Reference Manual.
Printed 11/19/92 Page 1