diff options
| author | Tyge Løvset <[email protected]> | 2023-05-23 22:44:33 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-05-23 22:44:33 +0200 |
| commit | b1bbd0564a0d8d43172a654b51ff28bb62e0979a (patch) | |
| tree | dc6da16a716f65c4d226b9600fd270f5173d735d /docs | |
| parent | f80a78239f545d7d73c8358056dd5d5825ccfe0b (diff) | |
| download | STC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.tar.gz STC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.zip | |
Some house holding cleanup.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ccommon_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md index cdd4ec87..5f6c82ed 100644 --- a/docs/ccommon_api.md +++ b/docs/ccommon_api.md @@ -40,7 +40,7 @@ c_forpair (id, count, csmap_ii, map) ``` ### c_forlist -Iterate compound literal array elements. Additional to `i.ref`, you can access `i.data`, `i.size`, and `i.index` of the input list/element. +Iterate compound literal array elements. Additional to `i.ref`, you can access `i.size` and `i.index` for the input list/element. ```c // apply multiple push_backs c_forlist (i, int, {1, 2, 3}) |
