summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-20 23:43:12 +0200
committerTyge Løvset <[email protected]>2021-05-20 23:43:12 +0200
commitbbd74bed602b8459c4dfe785263725c9bfe84e45 (patch)
treee55f22723d23925ff89c7fdb4f40420cf2adeec0 /docs
parent28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (diff)
parent0b96fe8efaccc2226ed5ce09fc94c5be734e7071 (diff)
downloadSTC-modified-bbd74bed602b8459c4dfe785263725c9bfe84e45.tar.gz
STC-modified-bbd74bed602b8459c4dfe785263725c9bfe84e45.zip
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Diffstat (limited to 'docs')
-rw-r--r--docs/csview_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md
index 5c8eb9f8..9b399202 100644
--- a/docs/csview_api.md
+++ b/docs/csview_api.md
@@ -169,7 +169,7 @@ Last element
world: 200
```
-### Example 2: string view tokensizer
+### Example 2: csview tokenizer (string split)
Splits strings into tokens. **No** memory allocations, *strlen()*, or string zero-termination dependency.
```c
#include <stc/csview.h>