index
:
daw
master
A tiny game engine
O.Nelin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
hashmap.c
blob: 1652bb621e36e3d4520ddab0545d6ade9a21b46b (
plain
)
1
2
3
#include <engine/hashmap.h> i32 lolhash(const usize s, i32 v) { return v % s; }