libtools
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 */
void strdump(const void *str, size_t len)
print pritable characters of buffer
void hexdump8(const void *buf, size_t len)
print hexdump
void cdump8(const char *name, const void *buf, size_t len)
print data like a C array