|
|
|
|
|
by djcapelis
5358 days ago
|
|
Yes, it flushes completely outputting all characters. None of which contain a newline. Flushing doesn't automatically add newlines for you in C. It flushes the buffers you gave it, it doesn't make new stuff up to print out along with your buffers. |
|