repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update dev300-m58
[ooovba.git]
/
dmake
/
dbug
/
malloc
/
tostring.h
blob
fe9b5e915cd54e3b4775ef37f49ae75d8a4278ca
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 2006-07-25 10:10:32 rt Exp $
8
*/
9
#define B_BIN 2
10
#define B_DEC 10
11
#define B_HEX 16
12
#define B_OCTAL 8
13