[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.15.0.5 bfd_close

Synopsis
 
bfd_boolean bfd_close (bfd *abfd);
Description
Close a BFD. If the BFD was open for writing, then pending operations are completed and the file written out and closed. If the created file is executable, then chmod is called to mark it as such.

All memory attached to the BFD is released.

The file descriptor associated with the BFD is closed (even if it was passed in to BFD by bfd_fdopenr).

Returns
TRUE is returned if all is ok, otherwise FALSE.



This document was generated by system on December, 2 2004 using texi2html