From b212ec381850232efb2f7ce30e1924796ab15c3c Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sun, 1 Mar 2026 22:08:03 +0100 Subject: dont need manual flush --- src/voidc.cc | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.3