Next: x1f4_lead_lxfile, Previous: x1f4_init_lxfile, Up: File Library Functions [Index]
extern int x1f4_land_lxfile (void *lxfile, void *file, int *stored);
The x1f4_land_lxfile
function stores the number of bytes buffered by the
file
file object at stored
. lxfile
is expected the file
library object for which file
was created.
The function returns 0
for success, non zero if the number of buffered
bytes cannot be determined or in not applicable for file
(such is the
case for not opened files).