Next: str_tokbq_free, Previous: str_tokbq, Up: Strings
initialize str_tokbq state information
#include <suplib/str.h>struct str_tokbqdata *str_tokbq_init(struct str_tokbqdata *tbqd);
struct str_tokbqdata *tbqd
- Not Documented.
str_tokbq_init
is called before the first call to
str_tokbq
to initialize its state information.
It returns the pased structure pointer
Diab Jerius