27 lines
935 B
Groff
Executable File
27 lines
935 B
Groff
Executable File
/*
|
|
* Defines for the dmalloc library
|
|
*
|
|
* Copyright 2000 by Gray Watson
|
|
*
|
|
* This file is part of the dmalloc package.
|
|
*
|
|
* Permission to use, copy, modify, and distribute this software for any
|
|
* purpose and without fee is hereby granted, provided
|
|
* that the above copyright notice and this permission notice appear
|
|
* in all copies, and that the name of Gray Watson not be used in
|
|
* advertising or publicity pertaining to distribution of the document
|
|
* or software without specific, written prior permission.
|
|
*
|
|
* Gray Watson makes no representations about the suitability of the
|
|
* software described herein for any purpose. It is provided "as is"
|
|
* without express or implied warranty.
|
|
*
|
|
* The author may be contacted via http://dmalloc.com/
|
|
*
|
|
* $Id: //BBN_Linux/Branch/Branch_for_Rel_TP_ASEAN_20161216/tclinux_phoenix/apps/public/tools/dmalloc-5.5.2/dmalloc.h.1#1 $
|
|
*/
|
|
|
|
#ifndef __DMALLOC_H__
|
|
#define __DMALLOC_H__
|
|
|