fixed MSVC support

This commit is contained in:
2023-06-01 22:22:44 -05:00
parent 5169aca6d0
commit 8dfd7744c2
7 changed files with 732 additions and 12 deletions

View File

@@ -8,7 +8,6 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
// we don't actually hash the whole string :eyes:
uint32_t hashString(const char *str, size_t sz)