User manual

mikroC PRO for dsPIC
MikroElektronika
689
Standard ANSI C Libraries
- ANSI C Ctype Library
- ANSI C Math Library
- ANSI C Stdlib Library
- ANSI C String Library
ANSI C Ctype Library
The mikroC PRO for dsPIC30/33 and PIC24 provides a set of standard ANSI C library functions for testing and mapping
characters.
Important:
- Not all of the standard functions have been included.
- The functions have been mostly implemented according to the ANSI C standard, but certain functions have been
modied in order to facilitate dsPIC30/33 and PIC24 programming. Be sure to skim through the description before using
standard C functions.
Library Functions
- isalnum
- isalpha
- iscntrl
- isdigit
- isgraph
- islower
- ispunct
- isspace
- isupper
- isxdigit
- toupper
- tolower