CITS2002-labs/Week 8-workshop/hashstring.h

3 lines
56 B
C
Raw Normal View History

#include <stdint.h>
extern uint32_t hash_string(char*);