chadlibc
chadlibc copied to clipboard
string.h
Copying functions
- [x] memcpy
- [x] memmove
- [x] strcpy
- [x] strncpy
Concatenation functions
- [x] strcat
- [x] strncat
- [x] memcmp
- [x] strcmp
- [x] strcoll
- [x] strncmp
- [x] strxfrm
Search functions
- [ ] memchr
- [x] strchr
- [x] strcspn
- [ ] strpbrk
- [x] strrchr
- [x] strspn
- [ ] strstr
- [ ] strtok
Miscellaneous functions
- [x] memset
- [ ] strerror
- [x] strlen