Datasheet
ANSI C STRING LIBRARY
The mikroC PRO for AVR provides a set of standard ANSI C library functions use-
ful for manipulating strings and RAM memory.
Note: Not all of the standard functions have been included.
Note: Functions have been mostly implemented according to the ANSI C standard,
but certain functions have been modified in order to facilitate AVR programming. Be
sure to skim through the description before using standard C functions.
Library Functions
- memchr 
- memcmp 
- memcpy 
- memmove 
- memset 
- strcat 
- strchr 
- strcmp 
- strcpy 
- strlen 
- strncat 
- strncpy 
- strspn 
- strncmp 
- strstr 
- strcspn 
- strpbrk 
- strrchr 
554
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6










