summaryrefslogtreecommitdiffhomepage
path: root/docs/carc_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-29 17:18:46 +0200
committerTyge Løvset <[email protected]>2022-04-29 17:18:46 +0200
commitf46f405d4c28de4e087bc275edee1409e6596000 (patch)
treedaa100a5a5ba7cd47437b62ff84363b8c2ce274e /docs/carc_api.md
parent93ad88cf99299c0bf9c73c0854b511e8df8e0268 (diff)
downloadSTC-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.md2
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