commit 7dbaa84a9b92d78810674f2ae3db7dfdc7eaacca parent 12dde28977094ed095a1e92bfcabc67c5577039a Author: sin <sin@2f30.org> Date: Mon, 7 Apr 2014 14:46:09 +0100 Add comment for hat.c Diffstat:
M | hat.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hat.c b/hat.c @@ -1,3 +1,4 @@ +/* Hashed-array tree implementation */ #include <stdio.h> #include <stdlib.h>