GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
bl_gff3_init(3) FreeBSD Library Functions Manual bl_gff3_init(3)

bl_gff3_init() - Initialize all fields in a GFF3 object

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

void    bl_gff3_init(bl_gff3_t *feature)

feature     Address of a bl_gff3_t structure

Initialize 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.

bl_gff3_t    feature1 = BL_GFF3_INIT,

*feature2; if ( (feature2 = xt_malloc(1, sizeof(*feature2))) != NULL )
bl_gff3_init(feature2);

bl_gff3_read(3), bl_gff3_free(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.