Reintroduce strtok to libposix (needed by GCC & Python)
commit12b29f32772d8b50ed4478da4ccb5adf9396f70e
authorVojtech Horky <vojtechhorky@users.sourceforge.net>
Fri, 29 Aug 2014 07:50:09 +0000 (29 09:50 +0200)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Fri, 29 Aug 2014 07:50:09 +0000 (29 09:50 +0200)
tree92a2a16fe3fdc754d2aecb92c93c498475837e56
parent69c664ea855181a4d1a54cc697649724bb1927e7
Reintroduce strtok to libposix (needed by GCC & Python)

Implementation taken from the original libc implementation before
revision 2122 (where it was changed to str_tok()).
uspace/lib/posix/include/posix/string.h
uspace/lib/posix/source/string.c