summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-20 16:57:09 +0100
committerTyge Løvset <[email protected]>2021-02-20 16:57:09 +0100
commit4d9378ef420b4787208a742057a60dcf408ef741 (patch)
treebb6b2a425308c5f1ae8bcb330c9e77114c555480 /docs/clist_api.md
parentb24dd76490733666f7f7b3147c5c64a75c973ac6 (diff)
downloadSTC-modified-4d9378ef420b4787208a742057a60dcf408ef741.tar.gz
STC-modified-4d9378ef420b4787208a742057a60dcf408ef741.zip
Internal renaming improvements.
Diffstat (limited to 'docs/clist_api.md')
-rw-r--r--docs/clist_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md
index c69d61d3..3482cede 100644
--- a/docs/clist_api.md
+++ b/docs/clist_api.md
@@ -29,7 +29,7 @@ Default values are given above for args not specified. `X` is a type tag name an
will affect the names of all clist types and methods. E.g. declaring `using_clist(my, int);`, `X` should
be replaced by `my` in all of the following documentation. `using_clist_str()` is a shorthand for
```c
-using_clist(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_to_raw, const char*)
+using_clist(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_c_str, const char*)
```
## Header file