Next: str_tokbq, Previous: str_tokbqenize, Up: Strings
free memory allocated by str_tokbqenize
#include <suplib/str.h>void str_tokbqenize_free( char **string_argv, int action );
char **string_argv
- storage for the parsed tokens
int action
- same as passed to str_tokbqenize
This routine frees the memory allocated by the str_tokbqenize
.
The user must call str_tokbqenize_free
with the same value for
restore as was used when str_tokbqenize
was invoked.
void
Diab Jerius Dan Nguyen