|
LIBRARY#include <biolibc/gff.h> -lbiolibc -lxtend SYNOPSISvoid bl_gff_free(bl_gff_t *gff_feature) ARGUMENTSgff_feature Pointer to the bl_gff_t object DESCRIPTIONFree memory allocated for a bl_gff_t objectEXAMPLESbl_gff_t feature; bl_gff_free(&feature); SEE ALSObl_gff_read(3) Visit the GSP FreeBSD Man Page Interface. |