I have a simple command-line C program, dumping its output into a text file. I'd like to make the output unbuffered. How do I do this? (Something like system("stty ..")?)
[Edit: the subject line should say unbuffered.]
[This message has been edited by tie (edited 05-26-2001).]