Big update
This commit is contained in:
@@ -758,7 +758,11 @@ String16 ToString16(Allocator allocator, String string);
|
||||
wchar_t *ToWidechar(Allocator allocator, String string);
|
||||
int64_t WideLength(wchar_t *string);
|
||||
void NormalizePathInPlace(String s);
|
||||
|
||||
String ChopLastSlash(String s);
|
||||
String ChopLastPeriod(String s);
|
||||
String SkipToLastSlash(String s);
|
||||
String SkipToLastPeriod(String s);
|
||||
String Copy(Allocator allocator, String string);
|
||||
/*
|
||||
Hash table implementation:
|
||||
Pointers to values
|
||||
|
||||
Reference in New Issue
Block a user