C/UNIX low level I/O

Doug Gwyn gwyn at smoke.BRL.MIL
Thu Nov 3 04:13:41 AEST 1988


In article <6695 at pyr.gatech.EDU> david at pyr.gatech.edu (David Brown) writes:
> My question: is there a better way to do this?  I've thought of using 
> higher-level I/O routines like fprintf, but I think they would be
> less efficient. But less efficient than what I'm doing now?

fputs() and fprintf() will undoubtedly be significantly faster than
write(), and more portable besides.



More information about the Comp.unix.questions mailing list