ustrtok_r (3) Linux Manual Page
ustrtok_r – Reentrant function to retrieve tokens from a string. Allegro game programming library. Synopsis #include <allegro.h> char *ustrtok_r(char *s, const char *set, char **last); Description Reentrant version of ustrtok. The `last’ parameter is used to keep track of where the parsing is up to and must be a pointer to a char * variable…
