summaryrefslogtreecommitdiff
path: root/src/std/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/str.h')
-rw-r--r--src/std/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std/str.h b/src/std/str.h
index 9e712e6..c25c615 100644
--- a/src/std/str.h
+++ b/src/std/str.h
@@ -33,6 +33,8 @@ typedef struct {
Str8 Str8_create(u8* buf, size_t len);
+// TODO: Str8_OntoArena(arena* a, Str8 s);
+
/** @brief Return a null-terminated C string cloned onto an arena */
char* Str8_to_cstr(arena* a, Str8 s);