The Complete SPRLIB & ANNLIB

free_sample

- deallocate a SAMPLE structure

SYNOPSIS

void free_sample (dset)

ARGUMENTS

SAMPLE *dset A pointer to a SAMPLE structure allocated using malloc_sample.

RETURNS

Nothing.

FUNCTION

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

NOTE

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

SEE ALSO

STOCK-values, malloc_dataset, free_dataset, free_sample

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