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/csset_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/csset_api.md')
| -rw-r--r-- | docs/csset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md index 88b44168..23510763 100644 --- a/docs/csset_api.md +++ b/docs/csset_api.md @@ -38,7 +38,7 @@ be replaced by `my` in all of the following documentation. All csset definitions and prototypes may be included in your C source file by including a single header file.
```c
-#include "stc/csmap.h"
+#include "stc/csmap.h" // both csmap and csset
```
## Methods
|
