diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 10:33:00 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 10:33:00 +0200 |
| commit | d7a19420e0aec71a2a840f68a54549c8a951f929 (patch) | |
| tree | d804c815661c4e5ae9c2a67eeed85cfe0b819b55 /docs/ccommon_api.md | |
| parent | c25b6d39f4ebbc1785108fd248b67fe9e8c95e92 (diff) | |
| download | STC-modified-d7a19420e0aec71a2a840f68a54549c8a951f929.tar.gz STC-modified-d7a19420e0aec71a2a840f68a54549c8a951f929.zip | |
Update docs regarding i_implement for cstr, cview, cbits, ...
Diffstat (limited to 'docs/ccommon_api.md')
| -rw-r--r-- | docs/ccommon_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md index 9d2baea6..ff44cf12 100644 --- a/docs/ccommon_api.md +++ b/docs/ccommon_api.md @@ -60,6 +60,7 @@ c_autodefer (cstr_drop(&s1), cstr_drop(&s2)) **Example**: Load each line of a text file into a vector of strings: ```c #include <errno.h> +#define i_implement #include <stc/cstr.h> #define i_val_str |
