home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emx / test / testdll1.def < prev    next >
Encoding:
Text File  |  1992-10-16  |  160 b   |  6 lines

  1. ; testdll1.def (emx+gcc)
  2. LIBRARY testdll1 INITINSTANCE TERMINSTANCE
  3. DESCRIPTION 'This is a test DLL, created from /emx/test/testdll1.c'
  4. EXPORTS
  5.   hello @1
  6.