Improves __strstr, adds __strtok
commita346030a8557fbb4b3316dcf9e2713da775fda61
authorVinícius R. Miguel <lemao.vrm07@hotmail.com>
Sun, 7 Jun 2020 05:24:44 +0000 (7 02:24 -0300)
committerVinícius R. Miguel <lemao.vrm07@hotmail.com>
Sun, 7 Jun 2020 05:24:44 +0000 (7 02:24 -0300)
treeab03b0ad9008adc52a2a173087d83307622d6386
parentc9e3cefb6b27a1ff6c6b3729945cbe9eac66efd9
Improves __strstr, adds __strtok

__strtok isn't reentrant as of this moment
src/libstring.c
src/libstring.h
test/main.c