home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / samples / sam03l / main03.de_ / MAIN03.DEF
Encoding:
Text File  |  1992-04-01  |  1.7 KB  |  32 lines

  1. ;******************************************************************************/
  2. ;*                                                                            */
  3. ;* Sample Program 03 : Module definition file for MAIN03.EXE                  */
  4. ;*                                                                            */
  5. ;* COPYRIGHT:                                                                 */
  6. ;* ----------                                                                 */
  7. ;* Copyright (C) International Business Machines Corp., 1991, 1992.           */
  8. ;*                                                                            */
  9. ;* DISCLAIMER OF WARRANTIES:                                                  */
  10. ;* -------------------------                                                  */
  11. ;* The following [enclosed] code is sample code created by IBM                */
  12. ;* Corporation.  This sample code is not part of any standard IBM product     */
  13. ;* and is provided to you solely for the purpose of assisting you in the      */
  14. ;* development of your applications.  The code is provided "AS IS",           */
  15. ;* without warranty of any kind.  IBM shall not be liable for any damages     */
  16. ;* arising out of your use of the sample code, even if they have been         */
  17. ;* advised of the possibility of such damages.                                */
  18. ;*                                                                            */
  19. ;******************************************************************************/
  20. ;
  21. NAME MAIN03 WINDOWCOMPAT
  22.  
  23. IMPORTS
  24.    SAMPLE03.nSize
  25.    SAMPLE03.pArray
  26.    SAMPLE03.nSwaps
  27.    SAMPLE03.nCompares
  28.    SAMPLE03.list
  29.    SAMPLE03.bubble
  30.    SAMPLE03.insertion
  31.    SAMPLE03.selection
  32.