mbstring(3W) DG/UX 5.4.2 mbstring(3W)
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 wchart;
and
typedef long wchart;
conditionally.
SEE ALSO
wchrtbl(1M), mbchar(3W), mbstring(3C).
Licensed material--property of copyright holder(s) 1