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