fdds_free - free allocated memory


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer fdds_free(ptr);

pointer ptr

DESCRIPTION

fdds_free frees allocated memory. If a NULL pointer is passed, then no memory is freed. The DDS memory routines allow runtime memory checking. See standard man page for free(3).

SEE ALSO

fdds_malloc8 Allocate memory
    

AUTHOR

R. L. Selzler, EPTG (Oct 1995)