home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v6.zip / MMPM2TK / TK / ULIOT / CHECKMEM.H < prev    next >
Text File  |  1992-11-18  |  1KB  |  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.