Hello, world!
2020-04-09 07:28fflush(stdout);
return ferror(stdout)? 1 : 0;
(Yes, many C programs don't check the error flag on output streams, likely including some of mine… sigh.)
fflush(stdout);
return ferror(stdout)? 1 : 0;
(Yes, many C programs don't check the error flag on output streams, likely including some of mine… sigh.)