summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/csview_api.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md
index ac17fd9b..36d82436 100644
--- a/docs/csview_api.md
+++ b/docs/csview_api.md
@@ -20,9 +20,8 @@ description.
All csview definitions and prototypes are available by including a single header file.
```c
+#include <stc/cstr.h> // optional, include cstr+csview functionality
#include <stc/csview.h>
-// or, to use cstr+csview functionality:
-#include <stc/strings.h>
```
## Methods
@@ -146,7 +145,7 @@ void print_split(csview str, csview sep)
#define i_val_str
#include <stc/cvec.h>
-#include <stc/strings.h>
+#include <stc/csview.h>
cvec_str string_split(csview str, csview sep)
{