Added implementations of strchr, strcspn and strspn
Showing
- src/string/src/lib.rs 61 additions, 6 deletionssrc/string/src/lib.rs
- tests/.gitignore 3 additions, 0 deletionstests/.gitignore
- tests/Makefile 3 additions, 0 deletionstests/Makefile
- tests/string/strchr.c 10 additions, 0 deletionstests/string/strchr.c
- tests/string/strcspn.c 9 additions, 0 deletionstests/string/strcspn.c
- tests/string/strspn.c 10 additions, 0 deletionstests/string/strspn.c
Loading
Please register or sign in to comment