diff options
| author | Tyge Løvset <[email protected]> | 2020-11-02 12:24:32 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-11-02 12:24:32 +0100 |
| commit | 7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d (patch) | |
| tree | 6debbbe87d6b671ec32b1c97bca1c48cf9f1e986 /examples/list.c | |
| parent | 0737c3feea3b8015d6db9440b8221374363272c9 (diff) | |
| download | STC-modified-7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d.tar.gz STC-modified-7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d.zip | |
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Diffstat (limited to 'examples/list.c')
| -rw-r--r-- | examples/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list.c b/examples/list.c index 84a13bf5..bdac3ef0 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__init;
crand_rng64_t eng = crand_rng64_init(1234);
crand_uniform_f64_t dist = crand_uniform_f64_init(100.0f, n);
int m = 0;
|
