*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> iswprint (3)              
Title
Content
Arch
Section
 

ISWPRINT(3)

Contents


NAME    [Toc]    [Back]

       iswprint - test for printing wide character

SYNOPSIS    [Toc]    [Back]

       #include <wctype.h>

       int iswprint (wint_t wc);

DESCRIPTION    [Toc]    [Back]

       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 "print".

       The  wide  character  class "print" is disjoint from the wide character
       class "cntrl".

       The wide character class "print"  contains  the	wide  character  class
       "graph".

RETURN VALUE    [Toc]    [Back]

       The  iswprint  function	returns  non-zero  if  wc  is a wide character
       belonging to the wide character class  "print".	Otherwise  it  returns
       zero.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       isprint(3), iswctype(3)

NOTES    [Toc]    [Back]

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



GNU				  1999-07-25			   ISWPRINT(3)
[ Back ]
 Similar pages
Name OS Title
isgraph FreeBSD printing character test (space character exclusive)
isprint OpenBSD printing character test (space character inclusive)
isgraph OpenBSD printing character test (space character exclusive)
isprint FreeBSD printing character test (space character inclusive)
isgraph NetBSD printing character test (space character exclusive)
isprint NetBSD printing character test (space character inclusive)
iswspace Linux test for whitespace wide character
iswgraph Linux test for graphic wide character
iswcntrl Linux test for control wide character
iswblank Linux test for whitespace wide character
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service