summaryrefslogtreecommitdiffhomepage
path: root/examples/splitstr.c
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2022-05-30 00:59:14 +0200
committerTyge Lovset <[email protected]>2022-05-30 00:59:14 +0200
commit831dc0843aeedcb45138a6ed576ea03f2dcd58f8 (patch)
tree12fedc72d39abda4bb50e59471dddca88b675f86 /examples/splitstr.c
parent6e96a8f11783d9c8956ddf272739f005c7b17c16 (diff)
downloadSTC-modified-831dc0843aeedcb45138a6ed576ea03f2dcd58f8.tar.gz
STC-modified-831dc0843aeedcb45138a6ed576ea03f2dcd58f8.zip
Added more utf8 features. Changed linking macros in ccommon.h.
Diffstat (limited to 'examples/splitstr.c')
-rw-r--r--examples/splitstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/splitstr.c b/examples/splitstr.c
index d0aefa85..390a6c6f 100644
--- a/examples/splitstr.c
+++ b/examples/splitstr.c
@@ -1,3 +1,4 @@
+#include <stc/cstr.h>
#define i_val_str
#include <stc/cvec.h>
#include <stc/csview.h>