summaryrefslogtreecommitdiff
path: root/qstd/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'qstd/str.h')
-rw-r--r--qstd/str.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qstd/str.h b/qstd/str.h
new file mode 100644
index 0000000..f55333e
--- /dev/null
+++ b/qstd/str.h
@@ -0,0 +1,9 @@
+#ifndef str_h
+#define str_h
+
+#include <stddef.h>
+#include <stdint.h>
+
+uint64_t fnv1a64(uint8_t* buf, size_t size);
+
+#endif