====== isblank ====== {{tag>character needs_examples}} ''bool isblank(int c)'' ===== Description ===== Returns true if the character is blank. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isblank|isblank]]. ===== See also ===== [[StrIsBlank]]