diff options
| author | Tyge Løvset <[email protected]> | 2021-01-19 15:59:01 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-19 15:59:01 +0100 |
| commit | b16aa1db5d453f19a1851b411e7ec67a653782ff (patch) | |
| tree | f33839c7ba2e73aac3dab63ae356e76e27546acd /docs/cset_api.md | |
| parent | 19c810bfe2e4dbb9026a1519880a0fb1fa466bad (diff) | |
| download | STC-modified-b16aa1db5d453f19a1851b411e7ec67a653782ff.tar.gz STC-modified-b16aa1db5d453f19a1851b411e7ec67a653782ff.zip | |
Renamed cbitset to cbits. Added more docs.
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index 9efd261c..4fe694e7 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/cmap.h"
+#include "stc/cmap.h" // both cmap and cset
```
## Methods
|
