diff options
| author | Tyge Løvset <[email protected]> | 2021-05-20 23:43:12 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-20 23:43:12 +0200 |
| commit | bbd74bed602b8459c4dfe785263725c9bfe84e45 (patch) | |
| tree | e55f22723d23925ff89c7fdb4f40420cf2adeec0 /docs/csview_api.md | |
| parent | 28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (diff) | |
| parent | 0b96fe8efaccc2226ed5ce09fc94c5be734e7071 (diff) | |
| download | STC-modified-bbd74bed602b8459c4dfe785263725c9bfe84e45.tar.gz STC-modified-bbd74bed602b8459c4dfe785263725c9bfe84e45.zip | |
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
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 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> |
