Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!cica!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: comp.unix.questions Subject: Re: fopen ( ..., "a" ) --- how does the "a" work? Message-ID: <31276@iuvax.cs.indiana.edu> Date: 11 Dec 89 17:44:54 GMT Reply-To: bobmon@iuvax.cs.indiana.edu (RAMontante) Organization: malkaryotic Lines: 8 gwyn@brl.arpa (Doug Gwyn) <11775@smoke.BRL.MIL> : -On a single-user non-multitasking system, a better implementation -[of append] would -be to seek to the end only on the initial open, not for each write. Is the process forbidden from doing an lseek, or are you allowing the programmer to reposition somewhere else in the file? What is the semantics of the append behavior?