Next: x1f4_zero_lxfile, Previous: x1f4_vset_lxfile, Up: File Library Functions [Index]
extern int x1f4_wind_lxfile (void *lxfile, void *file);
The x1f4_wind_lxfile
function flushes the file
(output) file
object. lxfile
is expected the file library object for
which file
was created.
The function returns 0
for success, non zero if the file is not opened,
it does not associate a flushing method or the flushing failed.
If the flushing method was called and it failed, the function attempts to have the error reported as if the operation was tried from an aime program.