strpattern_match_delete()

Release the memory of a pattern match allocated on the heap.

Synopsis:

#include </strpattern.h>
 
void strpattern_match_delete(strpattern_match *match, int *err)

Arguments:

match

The pattern match to be deallocated.

err

STRPATTERN_EOK if there is no error.

Library:

libstrpattern

Description:

Returns: