diff options
| author | Tyge Løvset <[email protected]> | 2021-01-17 10:44:24 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-17 10:44:24 +0100 |
| commit | 468b3563369468c8c5a5e17738de783bace34ccc (patch) | |
| tree | b1d2964b17bcf8006cc23ad7b63ec389e170dfce /docs/cset_api.md | |
| parent | ea1f7b1a949d0b768023041870637843ef28bb9b (diff) | |
| download | STC-modified-468b3563369468c8c5a5e17738de783bace34ccc.tar.gz STC-modified-468b3563369468c8c5a5e17738de783bace34ccc.zip | |
Added first documentation of csmap and csset.
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index faeca52f..9efd261c 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -44,7 +44,7 @@ be replaced by `my` in all of the following documentation. All cset definitions and prototypes may be included in your C source file by including a single header file.
```c
-#include "stc/cset.h"
+#include "stc/cmap.h"
```
## Methods
@@ -92,7 +92,7 @@ uint32_t c_default_hash32(const void* data, size_t len); ```c
#include <stdio.h>
#include <stc/cstr.h>
-#include <stc/cset.h>
+#include <stc/cmap.h>
using_cset_str();
|
