summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/multidim.c
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-01-26 19:44:19 +0100
committerTyge Lovset <[email protected]>2023-01-26 19:44:19 +0100
commite19a681a1df63cb8af5dc5605b8a6626969032fe (patch)
tree05d576ca679feb48e8102502bfd7f2fba1cfc913 /misc/examples/multidim.c
parent0c7e627aa27ba42b9a9a4472a4f1cdf857c1a833 (diff)
downloadSTC-modified-e19a681a1df63cb8af5dc5605b8a6626969032fe.tar.gz
STC-modified-e19a681a1df63cb8af5dc5605b8a6626969032fe.zip
update cregex_test.c. Rename using_... to use_...
Diffstat (limited to 'misc/examples/multidim.c')
-rw-r--r--misc/examples/multidim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/multidim.c b/misc/examples/multidim.c
index 8a5492dc..37360516 100644
--- a/misc/examples/multidim.c
+++ b/misc/examples/multidim.c
@@ -4,7 +4,7 @@
#include <stc/cspan.h>
#include <stdio.h>
-using_cspan3(ispan, int);
+use_cspan3(ispan, int);
int main()
{