![]() |
![]() |
![]() |
Test for any graphical wide character
#include <wctype.h> int iswgraph( wint_t wc );
libc
The iswgraph() function tests if the argument wc is a graphical wide character of the class graph. In the C locale, they are: Any printable character except the space character.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |
The result is valid only for char arguments and WEOF.
"Character manipulation functions" and "Wide-character functions" in the summary of functions chapter.
![]() |
![]() |
![]() |