man.bsd.lv manual page server

Manual Page Search Parameters

ISASCII(3) Library Functions Manual ISASCII(3)

isasciitest for ASCII character

#include <ctype.h>

int
isascii(int c);;

The () function tests for an ASCII character, which is any character with a value less than or equal to 0177.

ctype(3), ascii(7)

The isascii() function conforms to ANSI X3.159-1989 (“ANSI C89”).

4.4BSD-Lite2 December 11, 1993 ISASCII(3)