diff options
| author | Tyge Løvset <[email protected]> | 2021-12-19 20:46:02 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-12-19 20:46:02 +0100 |
| commit | 09b696eab6ae640f6c1e07178d49fcd8646e1737 (patch) | |
| tree | b3858126f9cfce10075c06267b73af596e6d58c4 /docs/csmap_api.md | |
| parent | fd9386222ab102fac57834646b34d4a5014b1588 (diff) | |
| download | STC-modified-09b696eab6ae640f6c1e07178d49fcd8646e1737.tar.gz STC-modified-09b696eab6ae640f6c1e07178d49fcd8646e1737.zip | |
More docs, small example updates.
Diffstat (limited to 'docs/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index 88d58cd4..c4f0ff16 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -183,7 +183,7 @@ static int Vec3i_cmp(const Vec3i* a, const Vec3i* b) { #define i_key Vec3i #define i_val int -#define i_cmp Vec3i_cmp // uses c_default_hash +#define i_cmp Vec3i_cmp #define i_tag vi #include <stc/csmap.h> #include <stdio.h> |
