diff options
| author | ame <[email protected]> | 2024-03-07 15:55:26 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-07 15:55:26 -0600 |
| commit | 580c39bb8d128b4f66d1c5d87a98ab7fb44a686b (patch) | |
| tree | 55773fdf4ad75294ac3cf34a7fa08279c037ca3e /src/types/str.h | |
| parent | 773e14c47bd91791c35f8715ad7e72b0b25105f0 (diff) | |
fixing stuff
Diffstat (limited to 'src/types/str.h')
| -rw-r--r-- | src/types/str.h | 1 |
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*); |
