chadlibc icon indicating copy to clipboard operation
chadlibc copied to clipboard

string.h

Open d0p1s4m4 opened this issue 3 years ago • 0 comments

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

d0p1s4m4 avatar Jul 22 '21 10:07 d0p1s4m4