When I do this (note the included \n
):
printf("Something.\n");
I would like it not to flush the buffer. I would like to manually flush it later.
Is this possible?
This question sort of asks the same thing, but asks about C++ instead of C. I don't see how I could gather how to do this in C by reading the answers to that question (so it's not a duplicate).