libds

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

commit 12dde28977094ed095a1e92bfcabc67c5577039a
parent deaf0cc5278affede06c5699a2dc82386562da3c
Author: sin <sin@2f30.org>
Date:   Mon,  7 Apr 2014 14:44:49 +0100

Associate the .c file with the set of exported symbols

Diffstat:
Mds.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ds.h b/ds.h @@ -3,6 +3,7 @@ #include <stddef.h> +/* hat.c */ struct hat *hat_init(void); void hat_free(struct hat *); size_t hat_add(struct hat *, void *);