summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-28 10:00:35 +0200
committerTyge Løvset <[email protected]>2022-10-28 10:00:35 +0200
commitd63c37c043024854cfb4b63495e8f5ca3fc03ecd (patch)
tree14c781006a0575c7f2b7515dc5742daaeb916973 /docs/cstr_api.md
parent0243b64f830f55b924274cbc63f5dd1ed518c26f (diff)
downloadSTC-modified-d63c37c043024854cfb4b63495e8f5ca3fc03ecd.tar.gz
STC-modified-d63c37c043024854cfb4b63495e8f5ca3fc03ecd.zip
Renamed some semi-internal functions which appeared to be macros by their name.
Diffstat (limited to 'docs/cstr_api.md')
-rw-r--r--docs/cstr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md
index a3211a52..5c7ba41c 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -136,7 +136,7 @@ int cstr_cmp(const cstr* s1, const cstr* s2);
bool cstr_eq(const cstr* s1, const cstr* s2);
bool cstr_hash(const cstr* self);
-char* c_strnstrn(const char* str, const char* search, size_t slen, size_t nlen);
+char* cstrnstrn(const char* str, const char* search, size_t slen, size_t nlen);
```
## Types