diff options
| author | Tyge Løvset <[email protected]> | 2021-05-10 12:19:16 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-10 12:19:16 +0200 |
| commit | aa3851a95e700bb391eec1610d3b99aca97faaa8 (patch) | |
| tree | 297ca98e61686dda0407ec27069af2f78f432760 /docs/cstr_api.md | |
| parent | 0eb6fb08ab51211aa2ed425c2ebdc1ed6fb2358e (diff) | |
| download | STC-modified-aa3851a95e700bb391eec1610d3b99aca97faaa8.tar.gz STC-modified-aa3851a95e700bb391eec1610d3b99aca97faaa8.zip | |
Some c_rawstr_*() functions were not updated in documentation.
Diffstat (limited to 'docs/cstr_api.md')
| -rw-r--r-- | docs/cstr_api.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md index 9d9bd36e..0f481b92 100644 --- a/docs/cstr_api.md +++ b/docs/cstr_api.md @@ -88,9 +88,9 @@ bool cstr_getdelim(cstr *self, int delim, FILE *stream); Helper methods: ```c const char* cstr_toraw(const cstr* x); -int c_rstr_compare(const char** x, const char** y); -bool c_rstr_equals(const char** x, const char** y); -uint64_t c_rstr_hash(const char* const* x, size_t ignored); +int c_rawstr_compare(const char** x, const char** y); +bool c_rawstr_equals(const char** x, const char** y); +uint64_t c_rawstr_hash(const char* const* x, size_t ignored); int c_strncasecmp(const char* str1, const char* str2, size_t n); char* c_strnstr(const char* str, const char* needle, size_t n); char* c_strncasestr(const char* str, const char* needle, size_t n); |
