Merge pull request #61 from Tommoa/master
Add implementations of strspn, strcspn and strchr
No related branches found
No related tags found
Showing
- src/string/src/lib.rs 64 additions, 7 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
tests/string/strchr.c
0 → 100644
tests/string/strcspn.c
0 → 100644
tests/string/strspn.c
0 → 100644
Please register or sign in to comment