C Programming/ctype.h/isblank
Appearance
< C Programming | ctype.h
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.
int isblank(int c);
This function tests whether the character c is a space or a tab in the current locale.