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