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