diff options
| author | Tyge Løvset <[email protected]> | 2022-01-09 20:10:53 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-09 20:10:53 +0100 |
| commit | 3a507cbc6abe0cfe80b49969ca1fa9c901533a78 (patch) | |
| tree | 012c56768fa5f1c7386ce716b6f50399e0a9d564 /docs | |
| parent | 8a38affcb58be7eba502d32b78c84b376fe4fe45 (diff) | |
| download | STC-modified-3a507cbc6abe0cfe80b49969ca1fa9c901533a78.tar.gz STC-modified-3a507cbc6abe0cfe80b49969ca1fa9c901533a78.zip | |
Removed strings.h.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/csview_api.md | 5 |
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) { |
