MBSTRING(3W-SVR4) RISC/os Reference Manual MBSTRING(3W-SVR4)
NAME
mbstring: mbstowcs, wctombs - multibyte string conversion
SYNOPSIS
#include <stdlib.h>
sizet mbstowcs(wchart *pwcs, char *s, sizet n);
sizet wcstombs(char *s, wchart *pwcs, sizet n);
DESCRIPTION
These two functions can support both
typedef unsigned short wchar_t;
and
typedef long wchar_t;
conditionally.
SEE ALSO
mbchar(3W), mbstring(3C), wchrtbl(1M).
Printed 11/19/92 Page 1