C Programming/ctype.h/isblank

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis

[edit | edit source]
int isblank(int c);

Description

[edit | edit source]

This function tests whether the character c is a space or a tab in the current locale.

References

[edit | edit source]