added function to check if hash table value exists for a given key
authorHolger Schemel <info@artsoft.org>
Thu, 22 Feb 2024 21:51:45 +0000 (22:51 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 22 Feb 2024 21:54:50 +0000 (22:54 +0100)
commitafba55b62615e9b162159c0f7b0df602f27f69a7
tree21ceb102d73f5045f5c83b81813a9473a0f504e8
parente1342541fd884143a3d43a5cc7a44de99aa7c715
added function to check if hash table value exists for a given key

This function is required if integer values are used directly as hash values,
because a value of "0" would be indistinguishable from a non-existent entry,
which is returned as "NULL".
src/libgame/hash.c
src/libgame/hash.h