![]() |
![]()
| ![]() |
![]()
LIBRARY#include <xtend/fast-file.h> -lxtend SYNOPSISssize_t xt_ff_get_bytes_read(xt_ff_t *xt_ff_ptr) ARGUMENTSxt_ff_ptr Pointer to the structure to set DESCRIPTIONAccessor for bytes_read member in a xt_ff_t structure. Use this function to get bytes_read in a xt_ff_t object from non-member functions. RETURN VALUESValue of the structure member bytes_read. EXAMPLESxt_ff_t xt_ffile; ssize_t bytes_read; bytes_read = xt_ff_get_bytes_read(&xt_ffile);
|