diff options
| author | Tyge Løvset <[email protected]> | 2021-01-04 09:53:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-04 09:53:45 +0100 |
| commit | 3fce3fa270b7e3c268cd244543c0292412be62b9 (patch) | |
| tree | ad4a42924352f7d5d559726ea0ccdc7effda2dfc /docs/cmap_api.md | |
| parent | 9d5722854fb188e26181bae65844ae4b9dce3ee7 (diff) | |
| download | STC-modified-3fce3fa270b7e3c268cd244543c0292412be62b9.tar.gz STC-modified-3fce3fa270b7e3c268cd244543c0292412be62b9.zip | |
Update cmap_api.md
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 9aea71ac..80198fdc 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -192,7 +192,6 @@ int main() c_foreach (i, cmap_id, idnames) printf("%d: %s\n", i.ref->first, i.ref->second.str); - puts(""); cmap_id_del(&idnames); } @@ -228,7 +227,6 @@ int main() c_foreach (i, cmap_v3, vecs) printf("{%4d, %4d, %4d}: %d\n", i.ref->first.x, i.ref->first.y, i.ref->first.z, i.ref->second); - puts(""); cmap_v3_del(&vecs); } @@ -262,7 +260,6 @@ int main() c_foreach (i, cmap_iv, vecs) printf("%d: {%4d, %4d, %4d}\n", i.ref->first, i.ref->second.x, i.ref->second.y, i.ref->second.z); - puts(""); cmap_iv_del(&vecs); } |
