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

FreeBSD Manual Pages

  
 
  

home | help
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)

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>

home | help