diff options
| author | Tyge Løvset <[email protected]> | 2021-03-21 21:06:00 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-21 21:06:00 +0100 |
| commit | 15c5ad14e7f4755ecae95e3aae484bdbbea34623 (patch) | |
| tree | e033a7a1a81770b702a6d38bde63598c3e07d1f5 /examples/complex.c | |
| parent | d684194487c444231c69cc82147cc8e2ac8cccd1 (diff) | |
| download | STC-modified-15c5ad14e7f4755ecae95e3aae484bdbbea34623.tar.gz STC-modified-15c5ad14e7f4755ecae95e3aae484bdbbea34623.zip | |
Splitted using_carray() into using_carray2() and using_carray3()
Diffstat (limited to 'examples/complex.c')
| -rw-r--r-- | examples/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex.c b/examples/complex.c index 49cd0077..4ca833d4 100644 --- a/examples/complex.c +++ b/examples/complex.c @@ -5,7 +5,7 @@ void check_del(float* v) {printf("destroy %g\n", *v);}
-using_carray(f, float, check_del, c_trivial_fromraw);
+using_carray2(f, float, check_del, c_trivial_fromraw);
using_clist(a, carray2f, c_no_compare, carray2f_del, c_no_clone);
using_cmap(l, int, clist_a, c_default_equals, c_default_hash, clist_a_del, c_no_clone);
using_cmap_strkey(s, cmap_l, cmap_l_del, c_no_clone);
|
