mikroC
making it simple...
islower
Prototype
char islower(char character);
Description
Function returns 1 if the
isprint
Prototype
char isprint(char character);
Description
Function returns 1 if the
zero.
ispunct
Prototype
char ispunct(char character);
Description
Function returns 1 if the
126), otherwise returns zero.
isspace
Prototype
char isspace(char character);
Description
Function returns 1 if the
wise returns zero.
MikroElektronika: Development tools - Books - Compilers
mikroC - C Compiler for Microchip PIC microcontrollers
is a lowercase letter (a-z), otherwise returns zero.
character
is printable (decimal 32-126), otherwise returns
character
is punctuation (decimal 32-47, 58-63, 91-96, 123-
character
is white space (space, CR, HT, VT, NL, FF), other-
character
page
283
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?