Next: , Previous: str_tokbqenize, Up: Strings   [Contents]


4.12 str_tokbqenize_free

free memory allocated by str_tokbqenize

Synopsis

#include <suplib/str.h>

void str_tokbqenize_free(
  char **string_argv,
  int action
);

Parameters

char **string_argv

storage for the parsed tokens

int action

same as passed to str_tokbqenize

Description

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.

Returns

void

Author

Diab Jerius Dan Nguyen