]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/binutils/bfd/doc/init.texi
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / binutils / bfd / doc / init.texi
1 @section Initialization
2 These are the functions that handle initializing a BFD.
3
4 @findex bfd_init
5 @subsubsection @code{bfd_init}
6 @strong{Synopsis}
7 @example
8 void bfd_init (void);
9 @end example
10 @strong{Description}@*
11 This routine must be called before any other BFD function to
12 initialize magical internal data structures.
13