summaryrefslogtreecommitdiffhomepage
path: root/examples/list.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-11-03 08:38:26 +0100
committerTyge Løvset <[email protected]>2020-11-03 08:38:26 +0100
commitcc8fd2c9d8b5b8170a02ec33168d60bb92cd781d (patch)
treecf7a840ddb4b3a557302eb114831a38025ef44cb /examples/list.c
parent7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d (diff)
downloadSTC-modified-cc8fd2c9d8b5b8170a02ec33168d60bb92cd781d.tar.gz
STC-modified-cc8fd2c9d8b5b8170a02ec33168d60bb92cd781d.zip
renamed __init to _inits
Diffstat (limited to 'examples/list.c')
-rw-r--r--examples/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list.c b/examples/list.c
index bdac3ef0..81865020 100644
--- a/examples/list.c
+++ b/examples/list.c
@@ -9,7 +9,7 @@ int main() {
int k;
const int n = 2000000;
- clist_fx list = clist__init;
+ clist_fx list = clist_inits;
crand_rng64_t eng = crand_rng64_init(1234);
crand_uniform_f64_t dist = crand_uniform_f64_init(100.0f, n);
int m = 0;