manpages.info - online man pages   

Mac OS X / Darwin man pages : isascii (3)
isascii (3)

Table of Contents

Name

isascii - test for ASCII character

Library

Standard C Library (libc, -lc)

Synopsis

#include <ctype.h>

int
isascii(int c);

Description

The isascii() function tests for an ASCII character, which is any character between 0 and octal 0177 inclusive.

See Also

ctype(3) , iswascii(3) , ascii(7)


Table of Contents