![]() |
![]()
| ![]() |
![]()
NAMEbl_gff3_init() - Initialize all fields in a GFF3 object LIBRARY#include <biolibc/gff3.h> -lbiolibc -lxtend SYNOPSISvoid bl_gff3_init(bl_gff3_t *feature) ARGUMENTSfeature Address of a bl_gff3_t structure DESCRIPTIONInitialize a bl_gff3_t object, setting all fields to sentinel values such as 0, NULL, or '.' as appropriate. Note that bl_gff3_t objects defined as structures, not pointers to structures, can also be initialized with the BL_GFF3_INIT macro. EXAMPLESbl_gff3_t feature1 = BL_GFF3_INIT, SEE ALSObl_gff3_read(3), bl_gff3_free(3)
|