Penguin

ISWCNTRL

ISWCNTRL

NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES


NAME

iswcntrl - test for control wide character

SYNOPSIS

#include wc);

DESCRIPTION

The iswcntrl function is the wide-character equivalent of the iscntrl function. It tests whether wc is a wide character belonging to the wide character class ''

The wide character class

For an unsigned char c, iscntrl(c) implies iswcntrl(btowc(c)), but not vice versa.

RETURN VALUE

The iswcntrl function returns non-zero if wc is a wide character belonging to the wide character class ''

CONFORMING TO

ISO/ANSI C, UNIX98

SEE ALSO

iscntrl(3), iswctype(3)

NOTES

The behaviour of iswcntrl depends on the LC_CTYPE category of the current locale.


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.