next up previous contents
Next: HYPERSLAB FUNCTIONS (8) Up: FREE FUNCTIONS (2) Previous: FREE FUNCTIONS (2)   Contents

mifree_name/mifree_names

NAME

mifree_name, mifree_names - free the storage allocated for strings by 
MINC functions

SYNOPSIS

#include <minc2.h>

int mifree_name ( char *name );
int mifree_names ( char **names );

DESCRIPTION

Frees the space allocated for string storage by MINC function such as
miget_dimension_name and miget_space_name.

RETURN VALUE

Returns MI_NOERROR on success, or MI_ERROR on failure.

SEE ALSO

miget_dimension_name, miget_space_name



Robert VINCENT 2005-03-09