2000-09-22 14:33:37 +00:00
|
|
|
/*
|
|
|
|
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
|
|
|
|
* You may copy, distribute, and use this software as long as this
|
|
|
|
* copyright statement is not removed.
|
|
|
|
*/
|
|
|
|
/*
|
2006-07-25 09:10:32 +00:00
|
|
|
* $Id: tostring.h,v 1.2 2006-07-25 10:10:32 rt Exp $
|
2000-09-22 14:33:37 +00:00
|
|
|
*/
|
|
|
|
#define B_BIN 2
|
|
|
|
#define B_DEC 10
|
|
|
|
#define B_HEX 16
|
|
|
|
#define B_OCTAL 8
|
|
|
|
|