diff options
| author | Tyge Løvset <[email protected]> | 2020-12-03 10:13:02 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-03 10:13:02 +0100 |
| commit | 2afda956b19186c6f4306d43429948a6f7f40d07 (patch) | |
| tree | 8ba57b84dfe6e480452698517d95c993991fe73c /docs/cbitset_api.md | |
| parent | 6ed9779a437d4ba439b1e1301d2e5f1e0eaefb7c (diff) | |
| download | STC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.tar.gz STC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.zip | |
Simplified type sections.
Diffstat (limited to 'docs/cbitset_api.md')
| -rw-r--r-- | docs/cbitset_api.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cbitset_api.md b/docs/cbitset_api.md index a22d6f2f..74e72f14 100644 --- a/docs/cbitset_api.md +++ b/docs/cbitset_api.md @@ -4,10 +4,10 @@ This describes the API of string type **cbitset**. ## Types -| cbitset | Type definition | Used to represent... | -|:----------------------|:------------------------------------------|:-------------------------------------| -| `cbitset_t` | `struct { uint64_t* _arr; size_t size; }` | The cbitset type | -| `cbitset_iter_t` | `struct { cbitset_t *_bs; size_t val; }` | The cbitset iterator type | +| cbitset | Type definition | Used to represent... | +|:----------------------|:--------------------------|:-------------------------------------| +| `cbitset_t` | `struct { ... }` | The cbitset type | +| `cbitset_iter_t` | `struct { ... }` | The cbitset iterator type | ## Header file |
