Next: , Previous: str_tokbq, Up: Strings


4.14 str_tokbq_init

initialize str_tokbq state information

Synopsis

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

Parameters

struct str_tokbqdata *tbqd
Not Documented.

Description

str_tokbq_init is called before the first call to str_tokbq to initialize its state information.

Returns

It returns the pased structure pointer

Author

Diab Jerius