home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / DBUG / MALLOC / TOSTRING.H < prev   
Encoding:
C/C++ Source or Header  |  1990-07-24  |  491 b   |  23 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.2 90/05/11 00:13:11 cpcahil 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.2  90/05/11  00:13:11  cpcahil
  17.  * added copyright statment
  18.  * 
  19.  * Revision 1.1  90/02/23  07:09:05  cpcahil
  20.  * Initial revision
  21.  * 
  22.  */
  23.