home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / mxmlib.lzh / MXMLIB / OPENLIB.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-16  |  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.