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