FreeBSD Manual Pages
bl_sam_copy(3) Library Functions Manual bl_sam_copy(3) NAME bl_sam_copy() - Copy a SAM object LIBRARY #include <biolibc/sam.h> -lbiolibc -lxtend SYNOPSIS void bl_sam_copy(bl_sam_t *dest, bl_sam_t *src) ARGUMENTS dest Pointer to bl_sam_t structure to receive copy src Pointer to bl_sam_t structure to be copied DESCRIPTION Copy a SAM alignment as efficiently as possible, allocating memory as needed. SEE ALSO bl_sam_read(3), bl_sam_init(3), bl_sam_free(3) bl_sam_copy(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_copy&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>