Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string.h #9

Open
17 of 22 tasks
d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Open
17 of 22 tasks

string.h #9

d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Milestone

Comments

@d0p1s4m4
Copy link
Member

d0p1s4m4 commented Jul 22, 2021

Copying functions

  • memcpy
  • memmove
  • strcpy
  • strncpy

Concatenation functions

  • strcat
  • strncat
  • memcmp
  • strcmp
  • strcoll
  • strncmp
  • strxfrm

Search functions

  • memchr
  • strchr
  • strcspn
  • strpbrk
  • strrchr
  • strspn
  • strstr
  • strtok

Miscellaneous functions

  • memset
  • strerror
  • strlen
@d0p1s4m4 d0p1s4m4 added this to the ANSI C milestone Jul 22, 2021
@d0p1s4m4 d0p1s4m4 moved this to Todo in chadlibc v1 Jul 10, 2024
@d0p1s4m4 d0p1s4m4 moved this from Todo to In Progress in chadlibc v1 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant