User manual

Table Of Contents
606
mikoC PRO for PIC32
MikroElektronika
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 PIC32 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 PIC32 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