C String Functions
ECE 8473, Fall 2022
Table of Contents
1. C character strings and string functions
2. string length
3. string.h functions
3.1. strchr
3.2. strrchr
3.3. strstr
3.4. strcmp
3.5. strcpy
3.6. strcat
3.7. strncpy
3.8. strncat
3.9. strncmp
3.10. strspn
3.11. strcspn
3.12. strpbrk
3.13. strtok
4. mem... functions
4.1. memchr
4.2. memset
4.3. memcmp
4.4. memcpy
4.5. memmove
5. strerror
6. strcoll and strxfrm
7. Using a pointer to access an array