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