cstring helper for wide chars

This commit is contained in:
Nikita Smith
2024-10-18 22:56:55 -07:00
parent 9d60dcc099
commit f1a0e7233d
2 changed files with 16 additions and 4 deletions
+1
View File
@@ -193,6 +193,7 @@ internal String8 str8_cstring(char *c);
internal String16 str16_cstring(U16 *c);
internal String32 str32_cstring(U32 *c);
internal String8 str8_cstring_capped(void *cstr, void *cap);
internal String16 str16_cstring_capped(void *cstr, void *cap);
////////////////////////////////
//~ rjf: String Stylization