X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=lugburz;a=blobdiff_plain;f=src%2Fdebug.h;fp=src%2Fdebug.h;h=51386cd05d827004f1385d39c6e5ad037bfe38ff;hp=0000000000000000000000000000000000000000;hb=fe302bc16e0daf7fc933d76f802d008c7f541f55;hpb=d166ef254c06ffbf7e4bb0450bd7d52e5ea82b0f diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..51386cd --- /dev/null +++ b/src/debug.h @@ -0,0 +1,6 @@ +#ifndef DEBUG_H_ +#define DEBUG_H_ + +void memdump(void *ptr, int len); + +#endif /* DEBUG_H_ */