<< Previous | Next >>

isspace

int isspace( int c );

Description

Tests for a white space, character, tab, return, newline, vertical tab, form feed, and space:
9 <= c <= 13 and c == 32.

Parameters

c
Character to test.

Return value

0 if not, !0 otherwise.

Library

STRING.LIB

See also

ispunct


Dynamic C Functions << Previous | Next >> rabbit.com