Milán Major

netscape-revival

1 branch
Code

nspr-/dbmalloc/tostring.h

/*
 * (c) Copyright 1990, 1991, 1992 Conor P. Cahill (cpcahil@virtech.vti.com)
 *
 * This software may be distributed freely as long as the following conditions
 * are met:
 * 		* the distribution, or any derivative thereof, may not be
 *		  included as part of a commercial product
 *		* full source code is provided including this copyright
 *		* there is no charge for the software itself (there may be
 *		  a minimal charge for the copying or distribution effort)
 *		* this copyright notice is not modified or removed from any
 *		  source file
 */
/*
 * $Id: tostring.h,v 1.1 1996/06/18 03:29:31 warren Exp $
 */
#define B_BIN	 2
#define B_DEC	10
#define B_HEX	16
#define B_OCTAL	 8

/* 
 * $Log: tostring.h,v $
 * Revision 1.1  1996/06/18 03:29:31  warren
 * Added debug malloc package.
 *
 * Revision 1.5  1992/08/22  16:27:13  cpcahil
 * final changes for pl14
 *
 * Revision 1.4  1992/04/13  03:06:33  cpcahil
 * Added Stack support, marking of non-leaks, auto-config, auto-testing
 *
 * Revision 1.3  1991/11/25  14:42:07  cpcahil
 * Final changes in preparation for patch 4 release
 *
 * Revision 1.2  90/05/11  00:13:11  cpcahil
 * added copyright statment
 * 
 * Revision 1.1  90/02/23  07:09:05  cpcahil
 * Initial revision
 * 
 */