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

FreeBSD Manual Pages

  
 
  

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

LIBRARY
       #include	<biolibc/overlap.h>
       -lbiolibc -lxtend

SYNOPSIS
       BL_OVERLAP_OVERLAP_END(ptr)

ARGUMENTS
       ptr	       Pointer to a bl_overlap_t structure

DESCRIPTION
       Accessor	 macro	for  overlap_end.   Use	 this macro to reference over-
       lap_end in a bl_overlap_t structure from	functions that are not members
       of the class.  This allows separation of	implementation from interface.
       While the implementation	of the bl_overlap_t structure may change,  ef-
       fort is made to preserve	the API	of functions and macros	used to	access
       it.

EXAMPLES
       bl_overlap_t    bl_overlap;
       uint64_t	       overlap_end;

       overlap_end = BL_OVERLAP_OVERLAP_END(&bl_overlap);

SEE ALSO
       See biolibc/overlap.h for a full	list of	macros.

						     BL_OVERLAP_OVERLAP_END(3)

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

home | help