Add hashing.

This commit is contained in:
Jonathan Schleifer 2012-04-09 16:06:27 +02:00
parent 6f0f55365b
commit 0ed91e92d1
7 changed files with 109 additions and 4 deletions

View file

@ -8,7 +8,8 @@ SRCS = array.c \
range.c \
string.c
INCLUDES = ${SRCS:.c=.h} \
corefw.h
INCLUDES = ${SRCS:.c=.h} \
corefw.h \
hash.h
include ../buildsys.mk