diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-01 22:08:03 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-01 22:08:03 +0100 |
| commit | b212ec381850232efb2f7ce30e1924796ab15c3c (patch) | |
| tree | 53079296c4bf9b1180900628376eeaaa435d7627 | |
| parent | 1dea700d4f6f3b35b80cb4230671e4ece0d7b144 (diff) | |
dont need manual flush
| -rw-r--r-- | src/voidc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/voidc.cc b/src/voidc.cc index 2dd91f9..e69b8a6 100644 --- a/src/voidc.cc +++ b/src/voidc.cc @@ -17,7 +17,6 @@ int main() { slice_copy(heap_allocator(), &SOURCE_STRING, &source); slice_write(&source, stdout); - fflush(stdout); slice_deallocate(heap_allocator(), &source); } |
