|
librfn
An ad-hoc utility library
|
Hexidecimal dump to stdout or a FILE. More...
Functions | |
| int | hex_dump (unsigned char *p, size_t sz) |
| int | hex_dump_to_file (FILE *f, unsigned char *p, size_t sz) |
| int | hex_get_byte (const char *s, const char **p) |
Hexidecimal dump to stdout or a FILE.
| int hex_dump_to_file | ( | FILE * | f, |
| unsigned char * | p, | ||
| size_t | sz | ||
| ) |
1.8.10