home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 390.lha / mxm.library / OpenLib.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-30  |  101 b   |  9 lines

  1. void
  2. main()
  3. {
  4.     long MXMBase;
  5.  
  6.     if(MXMBase = OpenLibrary("mxm.library",0))
  7.         CloseLibrary(MXMBase);
  8. }
  9.