Seppo Mustonen : Programming Survo in C

Functions in library SURVO.LIB

data_close
Summary

int data_close(data)
SURVO_DATA *data; /* pointer to data structure */
Description

The data_close function closes data opened by data_open or data_open2 and frees the space allocated for data.

Return Value

There is no return value.

See Also

data_open, data_open2

Example

SURVO_DATA dat;
data_close(&dat);


Front page of Survo C libraries