home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE38B.ZIP / DBUG / MALLOC / TOSTRING.H < prev   
Text File  |  1992-01-23  |  582b  |  26 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 1992/01/24 03:29:17 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  1992/01/24  03:29:17  dvadura
  17.  * dmake Version 3.8, Initial revision
  18.  *
  19.  * Revision 1.2  90/05/11  00:13:11  cpcahil
  20.  * added copyright statment
  21.  * 
  22.  * Revision 1.1  90/02/23  07:09:05  cpcahil
  23.  * Initial revision
  24.  * 
  25.  */
  26.