Add hexdump lib function
[thunix.git] / include / hexdump.h
blob281f141b59f95c167a635a6bc6011ff0b0b4d617
1 #ifndef HEXDUMP_H
2 #define HEXDUMP_H
4 extern void hexdump(const char *, int);
6 #endif /* hexdump.h */