summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/hashmaps/vikings.c
AgeCommit message (Collapse)Author
2023-09-05Renamed (half)internal functions:Tyge Løvset
cfasthash() => stc_hash() cstrhash() => stc_strhash() cnextpow2() => stc_nextpow2()
2023-07-20Moved examples to sub-directories. Added cotask1.c cotask2.c examples.tylov