strtok_r is the reentrant variant of strtok. It is POSIX-conformant. However, it is missing from MinGW, and I\'m trying to compile a program that is using it.
Is the
MINGW has no implementation of strtok_r. However you can find a thread-safe implementation in the link below:
strtok_r
http://www.raspberryginger.com/jbailey/minix/html/strtok__r_8c-source.html