mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-29 13:26:59 -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);
|