Home| superdarn |src.lib|tk|snd| SndFree Index

SndFree

Syntax
void SndFree(struct SndData *ptr);
Header
superdarn/snddata.h
Library
snd
Description

The SndFree function frees memory allocated to store a snd data structure.

The snd data structure is pointed to by the argument ptr.

Returns
None
Errors
None
Example
None