The Complete SPRLIB & ANNLIB

free_dataset

- deallocate a DATASET structure

SYNOPSIS

void free_dataset (dset)

ARGUMENTS

DATASET *dset A pointer to a DATASET structure allocated using malloc_dataset.

RETURNS

Nothing.

FUNCTION

Frees a DATASET structure previously allocated using malloc_dataset, and returns the memory block to the linked list of free structures, FreeDataSets (see STOCK-variables).

NOTE

Structures deallocated by this routine should have been allocated using the malloc_dataset function.

SEE ALSO

STOCK-values, malloc_dataset, malloc_sample, free_sample

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998