home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- --
- -- COPYRIGHT:
- -- IBM WorkFrame - Project Smarts
- -- (C) Copyright International Business Machines Corporation 1996
- -- Licensed Material - Program-Property of IBM - All Rights Reserved.
- -- US Government Users Restricted Rights - Use, duplication, or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- --------------------------------------------------------------------------------
- <include prologc.tde>
-
- #pragma library("$FILE_NAME:tolower$.lib")
-
- #include <stddef.h>
-
- extern void list( int array[], size_t nNumElements );
- extern void bubble( int array[], size_t nNumElements );
- extern void insertion( int array[], size_t nNumElements );
- extern void selection( int array[], size_t nNumElements );