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

FreeBSD Manual Pages

  
 
  

home | help
bl_gff3_copy(3)		   Library Functions Manual	       bl_gff3_copy(3)

NAME
       bl_gff3_copy() -	Copy a GFF3 object

LIBRARY
       #include	<biolibc/gff3.h>
       -lbiolibc

SYNOPSIS
       bl_gff3_t    *bl_gff3_copy(bl_gff3_t *copy, bl_gff3_t *feature)

ARGUMENTS
       copy    Target GFF3 object
       feature Source GFF3 object

DESCRIPTION
       Copy a GFF3 object to another that it already initilized.

RETURN VALUES
       Address of copy

SEE ALSO
       bl_gff3_read(3),	bl_gff3_dup(3)

							       bl_gff3_copy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_gff3_copy&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help