wctob(3C) DG/UX R4.11MU05 wctob(3C)
NAME
wctob - wide character to byte conversion
SYNOPSIS
#include <stdio.h>
#include <wchar.h>
int wctob(wintt c);
DESCRIPTION
wctob determines whether c corresponds to a member of the extended
character set whose multibyte character representation is as a single
byte when in the initial shift state.
Return Values
wctob returns EOF if c does not correspond to a multibyte character
with length one; otherwise, it returns the single byte
representation.
Licensed material--property of copyright holder(s)