2.1.11 int isspace
int isspace(int __c)
Checks for white-space characters. For the avr-libc library, these are: space, form-feed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v').
int isspace(int __c)
Checks for white-space characters. For the avr-libc library, these are: space, form-feed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v').
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.