SPC  Version 0.9.5
 All Files Functions Groups Pages
int read ( void  )
inline

Read a value from a file.

Read a value from the file associated with the specified handle. The handle parameter must be a variable. The value parameter must be a variable. The type of the value parameter determines the number of bytes of data read.

Returns
The function call result.
Examples:
ex_close.spc, ex_open.spc, and ex_read.spc.