libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
dump.h
Go to the documentation of this file.
1
20
#ifndef __TOOLS_DUMP_H
21
#define __TOOLS_DUMP_H
22
34
void
strdump
(
const
void
*str,
size_t
len);
35
41
void
hexdump8
(
const
void
*buf,
size_t
len);
42
49
void
cdump8
(
const
char
*name,
const
void
*buf,
size_t
len);
50
53
#endif
/* __TOOLS_DUMP_H */
strdump
void strdump(const void *str, size_t len)
print pritable characters of buffer
hexdump8
void hexdump8(const void *buf, size_t len)
print hexdump
cdump8
void cdump8(const char *name, const void *buf, size_t len)
print data like a C array
Generated by
1.8.11