From 5bc8f90c38981045515bab04d26687f929f62ec1 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 21 Dec 2024 21:25:22 +1100 Subject: render a triangle --- qstd/str.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qstd/str.h') diff --git a/qstd/str.h b/qstd/str.h index f55333e..da9bf36 100644 --- a/qstd/str.h +++ b/qstd/str.h @@ -5,5 +5,6 @@ #include uint64_t fnv1a64(uint8_t* buf, size_t size); +uint32_t hash_string(const char* s); #endif -- cgit v1.2.3-54-g00ecf