diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-01 11:29:12 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-01 11:29:12 +0200 |
commit | 7ec20f4101e5a1ef0b5f2537f25a4f8d74ad1104 (patch) | |
tree | e452775bb08b4c3fae7cef827834aeef21a6cfd8 /lib/debug.h | |
parent | b1437bde86daa8826a8eeb1437cca11dda88283e (diff) |
WIP
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h index a541555..1dada4e 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -1,3 +1,5 @@ +/* See the file COPYING for licensing information. */ + #define hd(p, l) { int i; \ for (i = 1; i <= l; i++) { \ printf ("%02x ", p[i-1]); \ |