summaryrefslogtreecommitdiffstats
path: root/libc/string/strtok_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-1/+1
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Added __strtok_r function. Change strtok to a wrapper around __strtok_r andManuel Novoa III2001-03-011-0/+55
add a weak alias of __strtok_r for strtok_r since optional. Also reduced code size.