Next: , Previous: str_tokbq_init, Up: Strings


4.15 str_tokbq_free

free str_tokbq state information

Synopsis

     #include <suplib/str.h>
     
     
     
void str_tokbq_free(struct str_tokbqdata *tbqd);

Parameters

struct str_tokbqdata *tbqd
Not Documented.

Description

str_tokbq_free should be called if the full set of calls to str_tokbq (e.g. until it returns NULL is interrupted and will not be completed.

Author

Diab Jerius