mikroC - C Compiler for Microchip PIC microcontrollers
isalpha
Prototype
char isalpha(char character);
Description
Function returns 1 if the
iscntrl
Prototype
char iscntrl(char character);
Description
Function returns 1 if the
127), otherwise returns zero.
isdigit
Prototype
char isdigit(char character);
Description
Function returns 1 if the
isgraph
Prototype
char isgraph(char character);
Description
Function returns 1 if the
mal 32), otherwise returns zero.
page
282
is alphabetic (A-Z, a-z), otherwise returns zero.
character
is a control character or delete (decimal 0-31 and
character
is a digit (0-9), otherwise returns zero.
character
is a printable character, excluding the space (deci-
character
MikroElektronika: Development tools - Books - Compilers
mikroC
making it simple...
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?