diff options
| author | Tyge Løvset <[email protected]> | 2021-03-03 11:12:29 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-03 11:12:29 +0100 |
| commit | 8e8234e98d5cdfebb8653b93d41cd7ae452fddb4 (patch) | |
| tree | 8b1a48e20482a2e36a54a0de9f8cf583dff35e50 /docs/cstack_api.md | |
| parent | c89215375b7ff4b863c757b1a5f7817496a6fbc9 (diff) | |
| download | STC-modified-8e8234e98d5cdfebb8653b93d41cd7ae452fddb4.tar.gz STC-modified-8e8234e98d5cdfebb8653b93d41cd7ae452fddb4.zip | |
Some general doc changes.
Diffstat (limited to 'docs/cstack_api.md')
| -rw-r--r-- | docs/cstack_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md index 4a8a6f34..c953ef91 100644 --- a/docs/cstack_api.md +++ b/docs/cstack_api.md @@ -17,7 +17,7 @@ affect the names of all cstack types and methods. E.g. declaring `using_cstack(i ## Header file -All cstack definitions and prototypes may be included in your C source file by including a single header file. +All cstack definitions and prototypes are available by including a single header file. ```c #include "stc/cstack.h" /* includes default underlying implementation header cvec.h */ |
