summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/cstr_match.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/cstr_match.c')
-rw-r--r--misc/examples/cstr_match.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/examples/cstr_match.c b/misc/examples/cstr_match.c
index 58cf8884..be03e981 100644
--- a/misc/examples/cstr_match.c
+++ b/misc/examples/cstr_match.c
@@ -1,8 +1,9 @@
+#define i_implement
#include <stc/cstr.h>
#include <stc/csview.h>
#include <stdio.h>
-int main()
+int main(void)
{
cstr ss = cstr_lit("The quick brown fox jumps over the lazy dog.JPG");