summaryrefslogtreecommitdiffhomepage
path: root/docs/cset_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-01-04 16:33:52 +0100
committerTyge Løvset <[email protected]>2023-01-04 16:33:52 +0100
commit41c8dfe25d9ef785c3b8a9f00f042a61669af7e6 (patch)
tree6a996716e1421533b04bd5c7d889298fec531c35 /docs/cset_api.md
parentbb754d1e0e728c6b0f41efff16e512af04a0b3b8 (diff)
downloadSTC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.tar.gz
STC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.zip
Improved a few examples.
Diffstat (limited to 'docs/cset_api.md')
-rw-r--r--docs/cset_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md
index 43cbdead..aff8506a 100644
--- a/docs/cset_api.md
+++ b/docs/cset_api.md
@@ -19,8 +19,8 @@ A **cset** is an associative container that contains a set of unique objects of
#define i_keyto // convertion func i_key* => i_keyraw - defaults to plain copy
#define i_size // default: uint32_t. If defined, table expand 2x (else 1.5x)
-#define i_hash_functor // advanced, see examples/cpque.c for similar usage.
-#define i_eq_functor // advanced, see examples/cpque.c for similar usage.
+#define i_hash_functor // advanced, see examples/functor.c for similar usage.
+#define i_eq_functor // advanced, see examples/functor.c for similar usage.
#define i_tag // alternative typename: cmap_{i_tag}. i_tag defaults to i_val
#include <stc/cset.h>
```