On Mon, 27 May 2002, Wichert Akkerman wrote: > Previously Adam Heath wrote: > > Why can't we just use fprintf(stdout) there? > > fprintf doesn't flush IO buffer and check for succesful writes. > You could do a fprintf + fflush I guess.
Or we could use sprintf and fputs. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

