summaryrefslogtreecommitdiffhomepage
path: root/docs/csview_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
committerTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
commit14b85f80eddd835f2fb9c5925cd8728264fc73cf (patch)
treeca21a18f424b957f4970dca8c313e850713791e5 /docs/csview_api.md
parent254e61e2774d6b8fa6064e61c054014bfc460d91 (diff)
downloadSTC-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.md5
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