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