SPC  Version 0.9.5
 All Files Functions Groups Pages
int write ( const int  value)
inline

Write value to file.

Write a value to the file associated with the specified handle. The handle parameter must be a variable. The value parameter must be a constant, a constant expression, or a variable. The type of the value parameter determines the number of bytes of data written.

Parameters
valueThe value to write to the file.
Returns
The function call result.
Examples:
ex_stat.spc, and ex_write.spc.