Go to the first, previous, next, last section, table of contents.


Initialization

These are the functions that handle initializing a BFD.

bfd_init

Synopsis

void bfd_init(void);

Description
This routine must be called before any other BFD function to initialize magical internal data structures.


Go to the first, previous, next, last section, table of contents.