C Programming/ctype.h/isblank

Synopsis

edit
int isblank(int c);

Description

edit

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

References

edit