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

FreeBSD Manual Pages

  
 
  

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

NAME
       bl_gff3_free() -	Free memory for	a GFF3 object

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

SYNOPSIS
       void    bl_gff3_free(bl_gff3_t *feature)

ARGUMENTS
       feature	   Pointer to the bl_gff3_t object

DESCRIPTION
       Free memory allocated for a bl_gff3_t object

EXAMPLES
       bl_gff3_t    feature;

       bl_gff3_free(&feature);

SEE ALSO
       bl_gff3_read(3)

							       bl_gff3_free(3)

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

home | help