summaryrefslogtreecommitdiffhomepage
path: root/docs/algorithm_api.md
diff options
context:
space:
mode:
authortylov <[email protected]>2023-08-11 23:11:01 +0200
committertylov <[email protected]>2023-08-11 23:11:01 +0200
commitea878349e94ef00643b2510045f6482385cff1a7 (patch)
treef2976d4f80da34b91815d72ba6a9fb9752dadfdb /docs/algorithm_api.md
parent31ba4b2a36dee10b7e5d58561a2c0291cff6faeb (diff)
downloadSTC-modified-ea878349e94ef00643b2510045f6482385cff1a7.tar.gz
STC-modified-ea878349e94ef00643b2510045f6482385cff1a7.zip
Updated godbolt code.
Diffstat (limited to 'docs/algorithm_api.md')
-rw-r--r--docs/algorithm_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/algorithm_api.md b/docs/algorithm_api.md
index 127aa120..63bced22 100644
--- a/docs/algorithm_api.md
+++ b/docs/algorithm_api.md
@@ -128,7 +128,7 @@ Iterate a container or a crange with chained `&&` filtering.
| `c_flt_counter(it)` | Increment current and return count |
| `c_flt_getcount(it)` | Number of items passed skip*/take*/counter |
-[ [Run this example](https://godbolt.org/z/n9aYrYPv8) ]
+[ [Run this example](https://godbolt.org/z/exqYEK6qa) ]
```c
#include <stc/algorithm.h>
#include <stdio.h>