mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
isalpha
Prototype | char isalpha(char character); |
Description Function returns 1 if the character is alphabetic
Prototype | char iscntrl(char character); |
Description Function returns 1 if the character is a control character or delete (decimal
Prototype | char isdigit(char character); |
Description Function returns 1 if the character is a digit
Prototype | char isgraph(char character); |
Description Function returns 1 if the character is a printable character, excluding the space (deci- mal 32), otherwise returns zero.
page |
|
282 | MikroElektronika: Development tools - Books - Compilers |
|