mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
Prototype | char isupper(char character); |
Description Function returns 1 if the character is an uppercase letter
Prototype | char isxdigit(char character); |
Description Function returns 1 if the character is a hex digit
Prototype | char toupper(int character); |
Description If the character is a lowercase letter
Prototype | char tolower(int character); |
Description If the character is an uppercase letter
page |
|
284 | MikroElektronika: Development tools - Books - Compilers |
|