wctob(3C) wctob(3C)
NAME
wctob - wide-character conversion
SYNOPSIS
#include <stdio.h>
#include <wchar.h>
int wctob(wintt c)
DESCRIPTION
The wctob() function determines whether c corresponds to a member of
the extended character set whose multibyte character representation is
a single-byte when in the initial shift state.
RETURN VALUES
The wctob() returns WEOF if c does not correspond to a multibyte char-
acter with length 1 in the initial shift state. Otherwise, it returns
the single-byte representation of that character.
SEE ALSO
btowc(3C), stdio(5), wchar(5).
Page 1 Reliant UNIX 5.44 Printed 11/98