tail head cat sleep
QR code linking to this page

Manual Pages  — ISASCII

NAME

isascii – test for ASCII character

CONTENTS

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)

HISTORY

The isascii() function first appeared in AT&T v7 .

ISASCII (3) April 2, 2022

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Today, the Unix equivalent of a power drill would have 20 dials and switches, come with a nonstandard plug, require the user to hand-wind the motor coil, and not accept 3/8" or 7/8" drill bits (though this would be documented in the BUGS section of its instruction manual).
— The Unix Haters' handbook