added hash and equality functions for uint64_t
authorDima Kogan <dima@secretsauce.net>
Mon, 2 Jun 2014 06:37:28 +0000 (23:37 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
commitc72ced175870b1dc727171867bfa0854862e8199
tree6806b51473169ec8eb549a08bd08b4b77ec79604
parentb3fd645cb02de43ad3bd5c803c2c89350ac611d7
added hash and equality functions for uint64_t

The hash function is identical to the 32-bit signed int hash function. This
function is unideal for such extended use, but is sufficient for now
dict.c
dict.h