The PKARM doc's do list a fair number of ANSI functions that are not implemented, however I would like the strtok function (which is currently not implemented). Does anyone have a strtok function they can share, or know of a link to one that's in the public domain?
Okay... never mind... I should've just googled strtok first. There's plenty of open source implementations out there!
Code from glibc is under the GPL; using that strtok implementation would mean that you would need to GPL your code as well. If you don't want to do that, I'd suggest BSD. http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/