Suppressor.jl icon indicating copy to clipboard operation
Suppressor.jl copied to clipboard

flush stdio from libc

Open Suavesito-Olimpiada opened this issue 2 years ago • 1 comments

fix #46

What this does is to flush stdio from libc, so the remaining text doesn't stay in the buffer.

Suavesito-Olimpiada avatar Sep 25 '22 05:09 Suavesito-Olimpiada

This is really necessary when working with libc stdio, would be useful to have this in the library. Maybe running flush_cstdio should be optional though?

Edit: thinking about this some more, maybe it should be enabled always

marcom avatar Jul 10 '23 20:07 marcom