Add hashing.
This commit is contained in:
parent
6f0f55365b
commit
0ed91e92d1
7 changed files with 109 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue