diff options
| author | Tyge Løvset <[email protected]> | 2022-04-29 17:18:46 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-29 17:18:46 +0200 |
| commit | f46f405d4c28de4e087bc275edee1409e6596000 (patch) | |
| tree | daa100a5a5ba7cd47437b62ff84363b8c2ce274e /docs/carc_api.md | |
| parent | 93ad88cf99299c0bf9c73c0854b511e8df8e0268 (diff) | |
| download | STC-modified-f46f405d4c28de4e087bc275edee1409e6596000.tar.gz STC-modified-f46f405d4c28de4e087bc275edee1409e6596000.zip | |
cmap/csmap cleanup incl. docs.
Diffstat (limited to 'docs/carc_api.md')
| -rw-r--r-- | docs/carc_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/carc_api.md b/docs/carc_api.md index 612c32d2..52809165 100644 --- a/docs/carc_api.md +++ b/docs/carc_api.md @@ -50,7 +50,7 @@ void carc_X_reset_to(carc_X* self, i_val* p); // assign new car uint64_t carc_X_value_hash(const i_val* x); // hash value int carc_X_value_cmp(const i_val* x, const i_val* y); // compares pointer addresses if 'i_opt c_no_cmp' // is defined. Otherwise uses 'i_cmp' or default compare. -bool carc_X_value_eq(const i_val* x, const i_val* y); // cbox_X_value_cmp == 0 +bool carc_X_value_eq(const i_val* x, const i_val* y); // carc_X_value_cmp == 0 ``` ## Types and constants |
