diff options
| author | Tyge Løvset <[email protected]> | 2021-03-24 14:29:44 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-24 14:29:44 +0100 |
| commit | b1b19bc2e5a2732e59583184bfa18a34052d5ae1 (patch) | |
| tree | e800bc0645b4de5b2116c223e99aa23fd79e66ce /docs/cset_api.md | |
| parent | c96dc0a43037dd14cd0e2539c988a343d99cc728 (diff) | |
| download | STC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.tar.gz STC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.zip | |
Cleanup in documentation.
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index 31e2a33a..04159cf9 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -24,7 +24,7 @@ be replaced by `i` in all of the following documentation. All cset definitions and prototypes are available by including a single header file.
```c
-#include "stc/cset.h"
+#include <stc/cset.h>
```
## Methods
@@ -77,9 +77,8 @@ cset_X_value_t cset_X_value_clone(cset_X_value_t val); ## Example
```c
-#include <stdio.h>
+#include <stc/cset.h>
#include <stc/cstr.h>
-#include <stc/cmap.h>
using_cset_str();
|
