summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-03-13 13:03:41 +0100
committerTyge Løvset <[email protected]>2021-03-13 13:03:41 +0100
commit4b3e75cd8f078380c98e037c861f7d771af76f91 (patch)
tree35f9a0a8f5c7a92ea65c57c851ed820628f832c4 /docs
parent508d4759db4cc45fe49441dd19e40f38a497fe0f (diff)
parent4194750f292ed793b412b16100493751272019f5 (diff)
downloadSTC-modified-4b3e75cd8f078380c98e037c861f7d771af76f91.tar.gz
STC-modified-4b3e75cd8f078380c98e037c861f7d771af76f91.zip
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Diffstat (limited to 'docs')
-rw-r--r--docs/cmap_api.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md
index 9ae72e44..06f2c987 100644
--- a/docs/cmap_api.md
+++ b/docs/cmap_api.md
@@ -108,13 +108,8 @@ void c_trivial_del(Type* val); // doe
| `cmap_X_result_t` | `struct { cmap_X_value_t *ref; bool inserted; }`| Result of insert/put/emplace |
| `cmap_X_iter_t` | `struct { cmap_X_value_t *ref; ... }` | Iterator type |
-## Constants and macros
-
-| Name | Purpose |
-|:--------------------------------------------|:-----------------------|
-| `c_try_emplace(self, ctype, rkey, mapped)` | Emplace if key exist |
-
## Examples
+
```c
#include <stdio.h>
#include "stc/cstr.h"