![]() |
![]()
| ![]() |
![]()
NAMEbl_gff3_free() - Free memory for a GFF3 object LIBRARY#include <biolibc/gff3.h> -lbiolibc -lxtend SYNOPSISvoid bl_gff3_free(bl_gff3_t *feature) ARGUMENTSfeature Pointer to the bl_gff3_t object DESCRIPTIONFree memory allocated for a bl_gff3_t object EXAMPLESbl_gff3_t feature; bl_gff3_free(&feature); SEE ALSObl_gff3_read(3)
|