Function
isspace
Check if character is a white-space character
isspace(int c)
Include Headers
Parameters
c
the character to be checked
Types: int
Remarks
This is non-seqan, plain c and listed for completeness
NOTE: White-Space contains more than space and tab characters, if you want to check for that, use Function.isblank instead!
Return Values
true(non-zero) if the check is successful and false (zero) otherwise
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:36