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_gff_init(3) FreeBSD Library Functions Manual bl_gff_init(3)

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

void    bl_gff_init(bl_gff_t *feature)

feature     Address of a bl_gff_t structure

Initialize a bl_gff_t object, setting all fields to sentinel values such as 0, NULL, or '.' as appropriate. Note that bl_gff_t objects defined as structures, not pointers to structures, can also be initialized with the BL_GFF_INIT macro.

bl_gff_t    feature1 = BL_GFF_INIT,
            *feature2;
if ( (feature2 = xt_malloc(1, sizeof(*feature2))) != NULL )
    bl_gff_init(feature2);

bl_gff_read(3), bl_gff_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.