Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isblank(3) — BSD/386 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ctype(3)

ascii(7)

ISBLANK(3)                  BSD Programmer's Manual                 ISBLANK(3)

NAME
     isblank - space or tab character test

SYNOPSIS
     #include <ctype.h>

     int
     isblank(int c);

DESCRIPTION
     The isblank() function tests for a space or tab character.

RETURN VALUES
     The isblank() function returns zero if the character tests false and re-
     turns non-zero if the character tests true.

SEE ALSO
     ctype(3),  ascii(7)

BSDI BSD/386                    March 26, 1993                               1












































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026