diff options
| author | Tyge Lovset <[email protected]> | 2022-05-30 00:59:14 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2022-05-30 00:59:14 +0200 |
| commit | 831dc0843aeedcb45138a6ed576ea03f2dcd58f8 (patch) | |
| tree | 12fedc72d39abda4bb50e59471dddca88b675f86 /examples/splitstr.c | |
| parent | 6e96a8f11783d9c8956ddf272739f005c7b17c16 (diff) | |
| download | STC-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.c | 1 |
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>
|
