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