aboutsummaryrefslogtreecommitdiff
path: root/src/types/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/str.h')
-rw-r--r--src/types/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/str.h b/src/types/str.h
index 20383c8..1f50eab 100644
--- a/src/types/str.h
+++ b/src/types/str.h
@@ -11,6 +11,7 @@ typedef struct {
char* c;
} str;
+str* str_initl(char*, size_t len);
str* str_init(char*);
void str_free(str*);
void str_push(str*, char*);