repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FreeBSD regtest: add fakes for FreeBSD < 13
[valgrind.git]
/
coregrind
/
m_gdbserver
/
remote-utils-shared.h
blob
bcdd2aef817198098280587e88a78741ea275631
1
#ifndef REMOTE_UTILS_SHARED_H
2
#define REMOTE_UTILS_SHARED_H
3
4
extern
int
tohex
(
int
nib
);
5
extern
int
hexify
(
char
*
hex
,
const char
*
bin
,
int
count
);
6
7
#endif
/* REMOTE_UTILS_SHARED_H */