DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
wctob(S)
wctob -- wide character to byte conversion
Synopsis
#include <stdio.h>
#include <wchar.h>
int wctob(wint_t
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.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005