diff options
| author | Tyge Lovset <[email protected]> | 2023-01-26 19:44:19 +0100 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-01-26 19:44:19 +0100 |
| commit | e19a681a1df63cb8af5dc5605b8a6626969032fe (patch) | |
| tree | 05d576ca679feb48e8102502bfd7f2fba1cfc913 /misc/examples/multidim.c | |
| parent | 0c7e627aa27ba42b9a9a4472a4f1cdf857c1a833 (diff) | |
| download | STC-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.c | 2 |
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() { |
