Porting to linux

This commit is contained in:
krzosa
2025-08-10 18:44:10 +02:00
parent 720fdd9f34
commit 4b55faa41e
11 changed files with 298 additions and 21 deletions
+1
View File
@@ -795,6 +795,7 @@ String SkipToLastSlash(String s);
String SkipToLastPeriod(String s);
String Copy(Allocator allocator, String string);
Int GetSize(Array<String> array);
Array<String> Split(Allocator allocator, String string, String delimiter);
/*
Hash table implementation:
Pointers to values