libds

simple data structures library and utility functions
git clone git://git.2f30.org/libds
Log | Files | Refs | LICENSE

commit 7dbaa84a9b92d78810674f2ae3db7dfdc7eaacca
parent 12dde28977094ed095a1e92bfcabc67c5577039a
Author: sin <sin@2f30.org>
Date:   Mon,  7 Apr 2014 14:46:09 +0100

Add comment for hat.c

Diffstat:
Mhat.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>