|
|
1.1 ! root 1: #if !defined( _MEMCHK_H ) ! 2: #define _MEMCHK_H ! 3: ! 4: /* ! 5: * MEMCHK.H 5.20A June 8, 1995 ! 6: * ! 7: * The Greenleaf Comm Library ! 8: * ! 9: * Copyright (C) 1995 Greenleaf Software Inc. All Rights Reserved. ! 10: * ! 11: * NOTES ! 12: * ! 13: * Want to build a copy of Greenleaf's library with memcheck built in? ! 14: * Copy this file on top of gfcustom.h. ! 15: * ! 16: */ ! 17: ! 18: #include "compiler.h" ! 19: ! 20: #include <string.h> ! 21: #include <stdio.h> ! 22: #include <stdlib.h> ! 23: #include <dos.h> ! 24: ! 25: #if defined( GF_MICROSOFT_C ) ! 26: #include <malloc.h> ! 27: #elif defined( GF_TURBO_CPP ) || defined( GF_BORLAND_CPP ) ! 28: #include <alloc.h> ! 29: #include <dir.h> ! 30: #endif ! 31: ! 32: #include <memcheck.h> ! 33: ! 34: #endif /* #if !defined( _MEMCHK_H ) */ ! 35:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.