Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

isspace

#include <ctype.h> 
isspace(c);
// Checks whether a char, c is space or not.
// Return a non-zero integer if c is a non-space char; else returns 0
 
PREVIOUS NEXT
Tagged: #isspace
ADD COMMENT
Topic
Name
1+7 =