summaryrefslogtreecommitdiff
path: root/qstd/str.h
blob: f55333e2d0e83792af383bd558ac514ae69449b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef str_h
#define str_h

#include <stddef.h>
#include <stdint.h>

uint64_t fnv1a64(uint8_t* buf, size_t size);

#endif