FreeBSD Manual Pages
xt_ff_get_buff_index(3) Library Functions Manual xt_ff_get_buff_index(3) LIBRARY #include <xtend/fast-file.h> -lxtend SYNOPSIS ssize_t xt_ff_get_buff_index(xt_ff_t *xt_ff_ptr) ARGUMENTS xt_ff_ptr Pointer to the structure to set DESCRIPTION Accessor for buff_index member in a xt_ff_t structure. Use this func- tion to get buff_index in a xt_ff_t object from non-member functions. RETURN VALUES Value of the structure member buff_index. EXAMPLES xt_ff_t xt_ffile; ssize_t buff_index; buff_index = xt_ff_get_buff_index(&xt_ffile); xt_ff_get_buff_index(3)
LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | RETURN VALUES | EXAMPLES
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_ff_get_buff_index&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>