diff options
| author | Tyge Lovset <[email protected]> | 2023-05-23 14:33:24 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-05-23 14:33:24 +0200 |
| commit | f80a78239f545d7d73c8358056dd5d5825ccfe0b (patch) | |
| tree | 83b3e266555f1d4bd42412ea5a711a49e3002396 /docs/cvec_api.md | |
| parent | 0b34cadda2bc4da1cb0904989c8a5f2fe0236358 (diff) | |
| download | STC-modified-f80a78239f545d7d73c8358056dd5d5825ccfe0b.tar.gz STC-modified-f80a78239f545d7d73c8358056dd5d5825ccfe0b.zip | |
Updated docs to reflect changes in cstr linking shared.
Diffstat (limited to 'docs/cvec_api.md')
| -rw-r--r-- | docs/cvec_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index 841321b2..fa7bf8ca 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -148,6 +148,7 @@ sorted: 5 7 8 13 16 25 ``` ### Example 2 ```c +#define i_implement #include <stc/cstr.h> #define i_val_str @@ -184,6 +185,7 @@ item: 2 elements so far Container with elements of structs: ```c +#define i_implement #include <stc/cstr.h> typedef struct { |
