repo.or.cz
/
hvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loader: remove shouting from ORB's variable name
[hvf.git]
/
cp
/
include
/
util.h
blob
41486c13e7e597e5bf08804a94a26d6cefdc760a
1
#ifndef __UTIL_H
2
#define __UTIL_H
3
4
extern
char
*
strdup
(
char
*
s
,
int
flags
);
5
extern
int
hex
(
char
*
a
,
char
*
b
,
u64
*
out
);
6
extern
int
bcd2dec
(
u64 val
,
u64
*
out
);
7
8
#endif