blob: a1312cd9716fd102c11dbd71fc6f330c90e88d11 [file] [log] [blame]
#ifndef LIBASM_HASH_H
#define LIBASM_HASH_H
#include <stdint.h>
uint32_t hash(char *str);
#endif