[AD] ustrtok ASSERT Problem |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
The function says... char *ustrtok(char *s, AL_CONST char *set) { static char *last = NULL; ASSERT(s); return ustrtok_r(s, set, &last); } But the docs say "For the remaining tokens, pass NULL instead" Garth
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |