diff options
| author | Tyge Løvset <[email protected]> | 2021-05-20 23:37:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-20 23:37:45 +0200 |
| commit | 0b96fe8efaccc2226ed5ce09fc94c5be734e7071 (patch) | |
| tree | b199b2be1e8879a8e8d2dfc708a172f13b6e0211 /docs/csview_api.md | |
| parent | 188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff) | |
| download | STC-modified-0b96fe8efaccc2226ed5ce09fc94c5be734e7071.tar.gz STC-modified-0b96fe8efaccc2226ed5ce09fc94c5be734e7071.zip | |
Updated csview tokenizer docs.
Diffstat (limited to 'docs/csview_api.md')
| -rw-r--r-- | docs/csview_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md index e605c2bf..dfff1a40 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> |
