mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 06:16:51 -04:00
6 lines
95 B
C
6 lines
95 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t hash(const uint8_t *bytes, const uint32_t length);
|