Next: , Previous: str_tokenize, Up: Strings


4.7 str_tokenize_free

free memory allocated by str_tokenize

Synopsis

     #include <suplib/str.h>
     
     
     
void str_tokenize_free( char **string_argv, int restore );

Parameters

char **string_argv
storage for the parsed tokens
int restore
same as passed to str_tokenize

Description

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.

Returns

void

Author

Dan Nguyen

Diab Jerius