FreeBSD Manual Pages
BL_OVERLAP_FEATURE2_LEN(3) Library Functions Manual BL_OVERLAP_FEATURE2_LEN(3) LIBRARY #include <biolibc/overlap.h> -lbiolibc -lxtend SYNOPSIS BL_OVERLAP_FEATURE2_LEN(ptr) ARGUMENTS ptr Pointer to a bl_overlap_t structure DESCRIPTION Accessor macro for feature2_len. Use this macro to reference fea- ture2_len in a bl_overlap_t structure from functions that are not mem- bers of the class. This allows separation of implementation from in- terface. While the implementation of the bl_overlap_t structure may change, effort is made to preserve the API of functions and macros used to access it. EXAMPLES bl_overlap_t bl_overlap; uint64_t feature2_len; feature2_len = BL_OVERLAP_FEATURE2_LEN(&bl_overlap); SEE ALSO See biolibc/overlap.h for a full list of macros. BL_OVERLAP_FEATURE2_LEN(3)
LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | EXAMPLES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BL_OVERLAP_FEATURE2_LEN&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
