Chapter Contents |
Previous |
Next |
iswcntrl |
Portability: | ISO/ANSI conforming, UNIX compatible |
SYNOPSIS | |
DESCRIPTION | |
RETURN VALUE | |
CAUTION | |
RELATED FUNCTIONS | |
SEE ALSO |
SYNOPSIS |
#include <wctype.h> int iswcntrl(wint_t wc)
DESCRIPTION |
iswcntrl
tests whether its argument wc
is a control
wide character.
RETURN VALUE |
CAUTION |
RELATED FUNCTIONS |
SEE ALSO |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.