diff options
| author | Tyge Løvset <[email protected]> | 2021-02-20 16:57:09 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-20 16:57:09 +0100 |
| commit | 4d9378ef420b4787208a742057a60dcf408ef741 (patch) | |
| tree | bb6b2a425308c5f1ae8bcb330c9e77114c555480 /docs/cstr_api.md | |
| parent | b24dd76490733666f7f7b3147c5c64a75c973ac6 (diff) | |
| download | STC-modified-4d9378ef420b4787208a742057a60dcf408ef741.tar.gz STC-modified-4d9378ef420b4787208a742057a60dcf408ef741.zip | |
Internal renaming improvements.
Diffstat (limited to 'docs/cstr_api.md')
| -rw-r--r-- | docs/cstr_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md index 9703e4ff..773ef3cc 100644 --- a/docs/cstr_api.md +++ b/docs/cstr_api.md @@ -93,7 +93,7 @@ Iterator methods, typically used via the general *c_foreach* macro. ``` `1-2)` Read a line of text from *stream* and store it in string. Line is separated by *delim*, which is *'\n'* in `1)`. ```c - const char* cstr_to_raw(const cstr* x); + const char* cstr_c_str(const cstr* x); int cstr_compare_raw(const char** x, const char** y); bool cstr_equals_raw(const char** x, const char** y); uint32_t cstr_hash_raw(const char* const* x, size_t ignored); |
