diff options
Diffstat (limited to 'docs/cstr_api.md')
| -rw-r--r-- | docs/cstr_api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md index 071da20a..7afdcf77 100644 --- a/docs/cstr_api.md +++ b/docs/cstr_api.md @@ -49,7 +49,6 @@ void cstr_clear(cstr* self); char* cstr_assign(cstr* self, const char* str); char* cstr_assign_s(cstr* self, cstr s); char* cstr_assign_n(cstr* self, const char* str, size_t len); // assign n first chars of str -void cstr_copy(cstr* self, cstr s); // like cstr_assign_s() int cstr_printf(cstr* self, const char* fmt, ...); // printf() formatting char* cstr_append(cstr* self, const char* app); |
