diff options
| author | Tyge Lovset <[email protected]> | 2023-05-20 07:24:45 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-05-20 07:24:45 +0200 |
| commit | 6cd19a9ebdb5fb83f798c3d69d82e3ff08edaad4 (patch) | |
| tree | f222762122151d590c581f795b3f75598565661c /docs/csset_api.md | |
| parent | ed9ccf1dcca8d3651e13ff1686148b4b23773721 (diff) | |
| parent | bb59d9c87f8d99f50c439351480c0ec8d6eea38e (diff) | |
| download | STC-modified-6cd19a9ebdb5fb83f798c3d69d82e3ff08edaad4.tar.gz STC-modified-6cd19a9ebdb5fb83f798c3d69d82e3ff08edaad4.zip | |
Merge branch 'dev43' of github.com:stclib/STC into dev43
Diffstat (limited to 'docs/csset_api.md')
| -rw-r--r-- | docs/csset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md index d095696c..dafe6670 100644 --- a/docs/csset_api.md +++ b/docs/csset_api.md @@ -86,7 +86,7 @@ int main () { SSet second={0}, third={0}, fourth={0}, fifth={0}; - second = c_make(SSet, {"red", "green", "blue"}); + second = c_init(SSet, {"red", "green", "blue"}); c_forlist (i, const char*, {"orange", "pink", "yellow"}) SSet_emplace(&third, *i.ref); |
