diff options
| author | Tyge Løvset <[email protected]> | 2021-09-08 22:27:45 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-08 22:27:45 +0200 |
| commit | 26152f06399506bf5bca823f42ed3089ce404aa8 (patch) | |
| tree | a2b282fc0d651298ed8ff5f551c0506d8cda4062 /examples/splitstr.c | |
| parent | c86e3d30299baea44f98f153c4b01ea5e244feaa (diff) | |
| download | STC-modified-26152f06399506bf5bca823f42ed3089ce404aa8.tar.gz STC-modified-26152f06399506bf5bca823f42ed3089ce404aa8.zip | |
Updated rest of examples, except cqueue.c
Diffstat (limited to 'examples/splitstr.c')
| -rw-r--r-- | examples/splitstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/splitstr.c b/examples/splitstr.c index 54bbe92d..42dd4dbd 100644 --- a/examples/splitstr.c +++ b/examples/splitstr.c @@ -1,5 +1,4 @@ #include <stc/csview.h>
-#include <stc/cvec.h>
void print_split(csview str, csview sep)
{
@@ -12,7 +11,8 @@ void print_split(csview str, csview sep) }
}
-using_cvec_str();
+#define i_val_str
+#include <stc/cvec.h>
cvec_str string_split(csview str, csview sep)
{
|
