ISWPRINT
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswprint - test for printing wide character
#include wc);
The iswprint function is the wide-character equivalent of the isprint function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
The wide character class
The iswprint function returns non-zero if wc is a wide character belonging to the wide character class ''
ISO/ANSI C, UNIX98
The behaviour of iswprint depends on the LC_CTYPE category of the current locale.
4 pages link to iswprint(3):