X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Fdebug.h;fp=src%2Fdebug.h;h=654d876cf74ef2096b77a4afc032d1ab324179f3;hp=0000000000000000000000000000000000000000;hb=6da291dc416a718164b5596aa16b1901f2770732;hpb=32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9 diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..654d876 --- /dev/null +++ b/src/debug.h @@ -0,0 +1,6 @@ +#ifndef DEBUG_H_ +#define DEBUG_H_ + +void hexdump(void *start, int nbytes); + +#endif /* DEBUG_H_ */