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.

If you are angry with someone, you should walk a mile in their shoes - then you'll be a mile away from them, and you'll have their shoes.