Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfelg!koren From: koren@hpfelg.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.tech Subject: forcing a flush w/ AmigaDos I/O Message-ID: <13920051@hpfelg.HP.COM> Date: 1 Mar 90 14:31:43 GMT Organization: HP Elec. Design Div. -FtCollins Lines: 11 Any of you AmigaDos i/o gurus out there know how to force a flush if I have an AmigaDos file handle? For example, with a normal file pointer, I can do: fflush(fp); (where fp is FILE *fp); However, there doesn't seem to be a Flush(fh) call for AmigaDos i/o; at least, not that I can find documented. What do I do? - steve