DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

StringFree

Free a string

SYNOPSIS

#include "dip_string.h"

dip_Error dip_StringFree ( void )

FUNCTION

This function frees a string data structure that has been allocated using StringNew.

ARGUMENTS

Data typeNameDescription
dip_String *stringPointer to the string to be freed

SEE ALSO

StringNew