Seppo Mustonen : Programming Survo in C

Functions in library SURVO.LIB

data_to_write
Summary

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

The data_to_write function closes a SURVO 84C data opened by data_read_open and reopens it for reading and writing.

Return Value

data_to_write returns 1 if the data is succesfully reopened and -1 otherwise. In the latter case an error message is displayed.


Front page of Survo C libraries