FreeBSD Manual Pages
bl_sam_bu..._alignment(3) Library Functions Manual bl_sam_bu..._alignment(3) NAME bl_sam_buff_add_alignment() - Add alignment to SAM buffer LIBRARY #include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSIS int bl_sam_buff_add_alignment(bl_sam_buff_t *sam_buff, bl_sam_t *sam_alignment) ARGUMENTS sam_buff Pointer to bl_sam_buff_t structure where alignments are buffered sam_alignment New SAM alignment to add to buffer DESCRIPTION Add a new alignment to the buffer, expanding the array as needed up to BL_SAM_BUFF_MAX_SIZE. SEE ALSO bl_sam_buff_init(3), bl_sam_buff_check_order(3) bl_sam_bu..._alignment(3)
NAME | LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_sam_buff_add_alignment&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>