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