diff options
| author | Tyge Lovset <[email protected]> | 2023-04-03 07:35:39 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-04-03 07:35:39 +0200 |
| commit | e88b655ca8cf28d357f5088c205857954ad269e2 (patch) | |
| tree | 5dd5b90b916e9b9c94765a24a784d860da27c441 /misc/examples/prime.c | |
| parent | 4abc7fe5bae28b7765d448ca8210548a9f0fa287 (diff) | |
| download | STC-modified-e88b655ca8cf28d357f5088c205857954ad269e2.tar.gz STC-modified-e88b655ca8cf28d357f5088c205857954ad269e2.zip | |
Renamed c_flt_n() => c_flt_getcount(), and c_flt_count() => c_flt_counter().
Diffstat (limited to 'misc/examples/prime.c')
| -rw-r--r-- | misc/examples/prime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/prime.c b/misc/examples/prime.c index d78f3ad3..a576a85c 100644 --- a/misc/examples/prime.c +++ b/misc/examples/prime.c @@ -47,7 +47,7 @@ int main(void) c_flt_take(i, 50) ){ printf("%lld ", *i.ref); - if (c_flt_n(i) % 10 == 0) puts(""); + if (c_flt_getcount(i) % 10 == 0) puts(""); } cbits_drop(&primes); |
