summaryrefslogtreecommitdiffhomepage
path: root/docs/ccommon_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ccommon_api.md')
-rw-r--r--docs/ccommon_api.md1
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