View Single Post

  #4 (permalink)  
Old 06-17-2006, 08:20 PM
norman norman is offline
Member
 
Join Date: May 2006
Posts: 45
norman is on a distinguished road
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
Reply With Quote