lr_eval_string_ext_free

Frees the buffer allocated by lr_eval_string_ext.

C Language

void lr_eval_string_ext_free( const char **param);

Example: lr_eval_string_ext_freeParameter Functions

Arguments

NameComments
param A pointer to the buffer.

The lr_eval_string_ext_free function frees the memory allocated by lr_eval_string_ext.

Return Values

No value is returned.

Parameterization

You cannot use standard parameterization for any arguments in this function.