diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 19:03:49 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 19:03:49 +0200 |
| commit | 14b85f80eddd835f2fb9c5925cd8728264fc73cf (patch) | |
| tree | ca21a18f424b957f4970dca8c313e850713791e5 /docs/csview_api.md | |
| parent | 254e61e2774d6b8fa6064e61c054014bfc460d91 (diff) | |
| download | STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.tar.gz STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.zip | |
Update docs on i_implement / shared linking.
Diffstat (limited to 'docs/csview_api.md')
| -rw-r--r-- | docs/csview_api.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md index c60bec19..e95737b1 100644 --- a/docs/csview_api.md +++ b/docs/csview_api.md @@ -21,8 +21,6 @@ All csview definitions and prototypes are available by including a single header ```c #include <stc/cstr.h> // optional, include cstr+csview functionality - -#define i_implement // define in one file only if needed #include <stc/csview.h> ``` ## Methods @@ -125,7 +123,6 @@ uint64_t csview_hash(const csview* x); ## Example ```c -#define i_implement #include <stc/cstr.h> #include <stc/csview.h> @@ -156,7 +153,6 @@ red Apples ### Example 2: UTF8 handling ```c -#define i_implement #include <stc/cstr.h> #include <stc/csview.h> @@ -195,7 +191,6 @@ void print_split(csview str, csview sep) } } -#define i_implement #include <stc/cstr.h> #define i_val_str |
