home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / dbug / malloc / tostring.h < prev   
Text File  |  1994-10-23  |  807b  |  32 lines

  1. /*
  2.  * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).  
  3.  * You may copy, distribute, and use this software as long as this
  4.  * copyright statement is not removed.
  5.  */
  6. /*
  7.  * $Id: tostring.h,v 1.1 1994/10/06 17:43:20 dvadura Exp $
  8.  */
  9. #define B_BIN     2
  10. #define B_DEC    10
  11. #define B_HEX    16
  12. #define B_OCTAL     8
  13.  
  14. /* 
  15.  * $Log: tostring.h,v $
  16.  * Revision 1.1  1994/10/06  17:43:20  dvadura
  17.  * dmake Release Version 4.0, Initial revision
  18.  *
  19.  * Revision 1.1  1994/10/06  03:45:30  dvadura
  20.  * dmake Release Version 4.0, Initial revision
  21.  *
  22.  * Revision 1.1  1992/01/24  03:29:17  dvadura
  23.  * dmake Version 3.8, Initial revision
  24.  *
  25.  * Revision 1.2  90/05/11  00:13:11  cpcahil
  26.  * added copyright statment
  27.  * 
  28.  * Revision 1.1  90/02/23  07:09:05  cpcahil
  29.  * Initial revision
  30.  * 
  31.  */
  32.