Manpage of ISASCII

Google
Web www.fiveanddime.net

ISASCII

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

2.3 `isascii'--ASCII character predicate

 

SYNOPSIS


     #include <ctype.h>
     int isascii(int C);  

DESCRIPTION

`isascii' is a macro which returns non-zero when C is an ASCII character, and 0 otherwise. It is defined for all integer values.


   You can use a compiled subroutine instead of the macro definition by undefining the macro using ``#undef isascii''.

 

RETURNS

`isascii' returns non-zero if the low order byte of C is in the range 0 to 127 (`0x00'-`0x7F').

 

PORTABILITY

`isascii' is ANSI C.


   No supporting OS subroutines are required.

 

SEE ALSO

isascii is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:18 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net