mikroC
making it simple...
islowermikroC - C Compiler for Microchip PIC microcontrollers
Prototype | char islower(char character); |
Description Function returns 1 if the character is a lowercase letter
Prototype | char isprint(char character); |
Description Function returns 1 if the character is printable (decimal
Prototype | char ispunct(char character); |
Description Function returns 1 if the character is punctuation (decimal
Prototype | char isspace(char character); |
Description Function returns 1 if the character is white space (space, CR, HT, VT, NL, FF), otherwise returns zero.
|
| page |
|
MikroElektronika: Development tools - Books - Compilers | 283 | ||
|
|