RSL_free_histogram


Synopsis

#include "rsl.h"
void RSL_free_histogram(Histogram *histogram);

Description

Deallocate the structure pointed to by histogram. Space for the structure Histogram was previously obtained via RSL_allocate_histogram.

Return value

None.
Author: David B. Wolff