home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / COMPILER / SAMPLE04 / SAMP04A.DEF < prev    next >
Text File  |  1995-06-29  |  1KB  |  24 lines

  1. ;*******************************************************************************
  2. ;* SAMPLE PROGRAM 04: SAMP04A.DEF                                              *
  3. ;*                                                                             *
  4. ;* DISCLAIMER OF WARRANTIES:                                                   *
  5. ;* -------------------------                                                   *
  6. ;* The following [enclosed] code is sample code created by IBM                 *
  7. ;* Corporation.  This sample code is not part of any standard IBM product      *
  8. ;* and is provided to you solely for the purpose of assisting you in the       *
  9. ;* development of your applications.  The code is provided "AS IS",            *
  10. ;* without warranty of any kind.  IBM shall not be liable for any damages      *
  11. ;* arising out of your use of the sample code, even if they have been          *
  12. ;* advised of the possibility of such damages.                                 *
  13. ;*                                                                             *
  14. ;*******************************************************************************
  15.  
  16. LIBRARY
  17. DESCRIPTION '16-bit part of 32-16 example'
  18. PROTMODE
  19. EXPORTS _foo1
  20. EXPORTS _plugh1
  21. EXPORTS PLUGH2
  22. EXPORTS _plugh3
  23.  
  24.