From 0b96fe8efaccc2226ed5ce09fc94c5be734e7071 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Thu, 20 May 2021 23:37:45 +0200 Subject: Updated csview tokenizer docs. --- docs/csview_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3