home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 432b.lha / EzLib / doc / closelibs.doc < prev    next >
Encoding:
Text File  |  1990-11-11  |  419 b   |  18 lines

  1. FUNCTION  closelibs()  -  close any previously opened libraries
  2.  
  3.    closelibs()
  4.  
  5. This function will close any previously opened libraries.  If you can
  6. open it with openlibs() - this function will close it.  Doesn't take
  7. any parameters and all it does is call CloseLibrary() for each currently
  8. opened library.
  9.  
  10.  
  11. TODO : Need to support the other libraries that I eventually support in
  12.        openlibs().
  13.  
  14.  
  15. BUGS : None.
  16.  
  17.  
  18.