diff options
| author | Tyge Løvset <[email protected]> | 2023-02-25 13:22:03 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-25 13:22:03 +0100 |
| commit | 00313bfa4f448253ac95640ed962130ec3d14b19 (patch) | |
| tree | a2a61bf87a4a7fab0773be10b3849141cd3d5d66 /misc | |
| parent | 40f184e52b2903b7ff1caed5c104b9d84e2f0d52 (diff) | |
| download | STC-modified-00313bfa4f448253ac95640ed962130ec3d14b19.tar.gz STC-modified-00313bfa4f448253ac95640ed962130ec3d14b19.zip | |
Finish fixes in coroutine.h.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/examples/coroutines.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/examples/coroutines.c b/misc/examples/coroutines.c index d3295102..120f11b8 100644 --- a/misc/examples/coroutines.c +++ b/misc/examples/coroutines.c @@ -62,6 +62,4 @@ int main(void) { while (iterate(&iter, &fib)) printf("%d %d. Fib: %lld\n", iter.x, iter.y, fib.a); - - puts(""); } |
