FreeBSD Manual Pages
xt_ff_get_buff_ae(3) Library Functions Manual xt_ff_get_buff_ae(3) LIBRARY #include <xtend/fast-file.h> -lxtend SYNOPSIS unsigned char xt_ff_get_buff_ae(xt_ff_t *xt_ff_ptr, size_t c) ARGUMENTS xt_ff_ptr Pointer to the structure to get c Subscript to the buff array DESCRIPTION Accessor for an array element of buff member in a xt_ff_t structure. Use this function to get xt_ff_ptr->buff[c] in a xt_ff_t object from non-member functions. RETURN VALUES Value of one element of structure member buff. EXAMPLES xt_ff_t xt_ffile; size_t c; unsigned char * buff_element; buff_element = xt_ff_get_buff_ae(&xt_ffile, c); xt_ff_get_buff_ae(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_ae&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>