int data_close(data)
SURVO_DATA *data; /* pointer to data structure */
The data_close function closes data
opened by data_open or data_open2
and frees the space allocated for data
.
There is no return value.
SURVO_DATA dat;
data_close(&dat);