puzzlebox
Loading...
Searching...
No Matches
client
xxd.h
1
#pragma once
2
3
#include <stddef.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
19
void
xxd
(
const
char
* data,
size_t
size);
20
22
23
#ifdef __cplusplus
24
}
25
#endif
xxd
void xxd(const char *data, size_t size)
utility function that prints hexdump of data
Definition
xxd.c:6
Generated by
1.11.0