From 7ec20f4101e5a1ef0b5f2537f25a4f8d74ad1104 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 1 Oct 2010 11:29:12 +0200 Subject: WIP --- lib/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/debug.h') 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]); \ -- cgit v1.1