summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cstr_api.md')
-rw-r--r--docs/cstr_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md
index 64ad002c..438dbf27 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -157,6 +157,7 @@ char* cstrnstrn(const char* str, const char* search, intptr_t slen, intpt
## Example
```c
+#define i_implement
#include <stc/cstr.h>
int main() {