[BACK]Return to isprint.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/isprint.3 between version 1.5 and 1.5.12.4

version 1.5, 1998/02/05 18:47:19 version 1.5.12.4, 2002/08/01 03:28:10
Line 46 
Line 46 
 .Sh LIBRARY  .Sh LIBRARY
 .Lb libc  .Lb libc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Fd #include <ctype.h>  .Fd #include \*[Lt]ctype.h\*[Gt]
 .Ft int  .Ft int
 .Fn isprint "int c"  .Fn isprint "int c"
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 71  returns non-zero if the character tests 
Line 71  returns non-zero if the character tests 
 .Xr isspace 3 ,  .Xr isspace 3 ,
 .Xr isupper 3 ,  .Xr isupper 3 ,
 .Xr isxdigit 3 ,  .Xr isxdigit 3 ,
   .Xr stdio 3 ,
 .Xr toascii 3 ,  .Xr toascii 3 ,
 .Xr tolower 3 ,  .Xr tolower 3 ,
 .Xr toupper 3 ,  .Xr toupper 3 ,
 .Xr stdio 3 ,  
 .Xr ascii 7  .Xr ascii 7
 .Sh STANDARDS  .Sh STANDARDS
 The  The
 .Fn isprint  .Fn isprint
 function conforms to  function conforms to
 .St -ansiC .  .St -ansiC .
   .Sh CAVEATS
   The argument to
   .Fn isprint
   must be
   .Dv EOF
   or representable as an
   .Li unsigned char ;
   otherwise, the result is undefined.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.12.4

CVSweb <webmaster@jp.NetBSD.org>