Next: , Previous: Memory Usage, Up: BFD front end



2.5 Initialization

2.5.1 Initialization functions

These are the functions that handle initializing a BFD.

2.5.1.1 bfd_init

Synopsis

     void bfd_init (void);

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

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.