chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Finalise 0.1
[userv-utils]
/
ipif
/
hex.h
1
/**/
2
3
#ifndef HEX__H_INCLUDED
4
#define HEX__H_INCLUDED
5
6
const char *tohex(uint8 *data, int len, char *buf);
7
void unhex(const char *what, const char *txt, uint8 *datar, int *lenr,
8
int minlen, int maxlen);
9
10
#endif