home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbmalloc.zip / tostring.h < prev    next >
Text File  |  1993-01-04  |  1KB  |  40 lines

  1. /*
  2.  * (c) Copyright 1990, 1991, 1992 Conor P. Cahill (cpcahil@virtech.vti.com)
  3.  *
  4.  * This software may be distributed freely as long as the following conditions
  5.  * are met:
  6.  *         * the distribution, or any derivative thereof, may not be
  7.  *          included as part of a commercial product
  8.  *        * full source code is provided including this copyright
  9.  *        * there is no charge for the software itself (there may be
  10.  *          a minimal charge for the copying or distribution effort)
  11.  *        * this copyright notice is not modified or removed from any
  12.  *          source file
  13.  */
  14. /*
  15.  * $Id: tostring.h,v 1.5 1992/08/22 16:27:13 cpcahil Exp $
  16.  */
  17. #define B_BIN     2
  18. #define B_DEC    10
  19. #define B_HEX    16
  20. #define B_OCTAL     8
  21.  
  22. /* 
  23.  * $Log: tostring.h,v $
  24.  * Revision 1.5  1992/08/22  16:27:13  cpcahil
  25.  * final changes for pl14
  26.  *
  27.  * Revision 1.4  1992/04/13  03:06:33  cpcahil
  28.  * Added Stack support, marking of non-leaks, auto-config, auto-testing
  29.  *
  30.  * Revision 1.3  1991/11/25  14:42:07  cpcahil
  31.  * Final changes in preparation for patch 4 release
  32.  *
  33.  * Revision 1.2  90/05/11  00:13:11  cpcahil
  34.  * added copyright statment
  35.  * 
  36.  * Revision 1.1  90/02/23  07:09:05  cpcahil
  37.  * Initial revision
  38.  * 
  39.  */
  40.