e7218008
1 2 3 4 5 6 7
#define _GNU_SOURCE #include <stdio.h> void setlinebuf(FILE *f) { setvbuf(f, 0, _IOLBF, 0); }