mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
|
@section Initialization
|
||
|
|
||
|
|
||
|
@subsection Initialization functions
|
||
|
These are the functions that handle initializing a BFD.
|
||
|
|
||
|
@findex bfd_init
|
||
|
@subsubsection @code{bfd_init}
|
||
|
@strong{Synopsis}
|
||
|
@example
|
||
|
void bfd_init (void);
|
||
|
@end example
|
||
|
@strong{Description}@*
|
||
|
This routine must be called before any other BFD function to
|
||
|
initialize magical internal data structures.
|
||
|
|