|
Hi,
The function isspace() can handle single space, tab, vertical tab, form feed, carriage return, or newline. The function isspace() returns non-zero if its argument has any of the space mentioned above. Otherwise isspace() returns zero.
Regards,
Norman
|