Timothy Bess
|
e91891625f
|
* add strtok_r
|
2018-03-17 03:56:40 -04:00 |
|
Timothy Bess
|
898cf98ccc
|
* fix test case a bit
* remove unnecessary cast
|
2018-03-17 03:06:59 -04:00 |
|
Timothy Bess
|
f60fafe8fb
|
* create basic strtok
* add test and expected output
|
2018-03-17 02:58:08 -04:00 |
|
Jeremy Soller
|
a1baf1c92d
|
Merge pull request #75 from azymohliad/master
Implement strstr() and strpbrk() from string.h
|
2018-03-14 21:22:59 -06:00 |
|
Tom Almeida
|
b2d01a67f2
|
Actual working tests on strspn and strcspn
|
2018-03-14 10:55:01 +08:00 |
|
Andrii Zymohliad
|
c4620be999
|
Prettify strpbrk and strstr tests
|
2018-03-12 18:22:39 +08:00 |
|
Andrii Zymohliad
|
1e969afd43
|
Implement strpbrk(), add strpbrk test
|
2018-03-12 18:01:12 +08:00 |
|
Andrii Zymohliad
|
a1de0ef8a1
|
Implement strstr(), add strstr test
|
2018-03-12 14:55:02 +08:00 |
|
Justin Raymond
|
a1e62baad7
|
Merge branch 'master' into strrchr
|
2018-03-10 11:11:46 -05:00 |
|
Justin Raymond
|
826cf0c61c
|
implement strrchr
|
2018-03-10 11:10:19 -05:00 |
|
Tom Almeida
|
18283feac1
|
Added implementations of strchr, strcspn and strspn
|
2018-03-10 22:58:35 +08:00 |
|
Alex Lyon
|
cfc1014c6e
|
string: fix a couple minor issues in strncmp()
|
2018-03-09 20:54:42 -08:00 |
|
Alex Lyon
|
50f79e9a0e
|
string: address performance concerns for strncmp()
|
2018-03-09 20:54:42 -08:00 |
|