Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_ff_get_bytes_read(3)	   Library Functions Manual    xt_ff_get_bytes_read(3)

LIBRARY
       #include	<xtend/fast-file.h>
       -lxtend

SYNOPSIS
       ssize_t	  xt_ff_get_bytes_read(xt_ff_t *xt_ff_ptr)

ARGUMENTS
       xt_ff_ptr    Pointer to the structure to	set

DESCRIPTION
       Accessor	 for bytes_read	member in a xt_ff_t structure.	Use this func-
       tion to get bytes_read in a xt_ff_t object from non-member functions.

RETURN VALUES
       Value of	the structure member bytes_read.

EXAMPLES
       xt_ff_t	    xt_ffile;
       ssize_t	       bytes_read;

       bytes_read = xt_ff_get_bytes_read(&xt_ffile);

						       xt_ff_get_bytes_read(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_ff_get_bytes_read&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help