Substitute `strtok()` for `strtok_r()`, making the application thread-safe.
Substitute
strtok()forstrtok_r(), making the application thread-safe.