aboutsummaryrefslogtreecommitdiff
path: root/include/better_string.h
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
committerPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
commitfd14f6fbf8206589d2a0ad8f0793845cb8faf1d7 (patch)
treeac3f8288b9e5e9d5e3acaf7d07694dc04157233a /include/better_string.h
parente75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (diff)
stuff
Diffstat (limited to 'include/better_string.h')
-rw-r--r--include/better_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/better_string.h b/include/better_string.h
index b23010e..09fd928 100644
--- a/include/better_string.h
+++ b/include/better_string.h
@@ -10,7 +10,7 @@ typedef struct {
string_t *init_string(const char *source);
-void string_append(string_t *s, char c);
+void string_push(string_t *s, char c);
void string_concat(string_t *s1, string_t *s2);