I would have expected a 'flush()' function, but 'flush()' itself produces an error (does not exist), and 'fflush()' seems to be for file use, not for writing to a screen (stdio).
Please, how do I force a flush to stdio?
I would have expected a 'flush()' function, but 'flush()' itself produces an error (does not exist), and 'fflush()' seems to be for file use, not for writing to a screen (stdio).
Please, how do I force a flush to stdio?