|
LIBRARY#include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSISvoid bl_sam_buff_free_alignment(bl_sam_buff_t *sam_buff, size_t c)ARGUMENTSsam_buff Pointer to the bl_sam_buff_t structure holding alignments c Index of the alignment to be freed (0-based) DESCRIPTIONFree an element of the SAM alignment array by first freeing all memory allocated by the bl_sam_t structure and then freeing memory allocated for the structure itself.SEE ALSObl_sam_buff_init(3), bl_sam_buff_add_alignment(3) Visit the GSP FreeBSD Man Page Interface. |