home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / multimed / mmpm21tk / tk / uliot / checkmem.h < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  32 lines

  1. /*static char *SCCSID = "@(#)checkmem.h 13.1 91/09/04";*/
  2. /****************************************************************************/
  3. /*                                                                          */
  4. /*                    Copyright (c) IBM Corporation 1991                    */
  5. /*                           All Rights Reserved                            */
  6. /*                                                                          */
  7. /* This file contains the definitions and types for the common directory    */
  8. /*                                                                          */
  9. /* Change History:                                                          */
  10. /* Ptm     Date     Pgmr Comments                                           */
  11. /* ======= ======== ===  ================================================== */
  12. /*         05/28/91 MJP  File Created.                                      */
  13. /****************************************************************************/
  14.  
  15. /*
  16.  *   Miscellaneous defines
  17.  */
  18.  
  19.  
  20. /*
  21.  *   Structure declarations
  22.  */
  23.  
  24.  
  25. /*
  26.  * Prototype statements
  27.  */
  28.  
  29. /* Checkmem.c */
  30.  
  31. RC APIENTRY CheckMem(PVOID, ULONG, ULONG);
  32.