casts to void

Frank Adams franka at mmintl.UUCP
Fri Aug 16 03:12:05 AEST 1985


In article <361 at baylor.UUCP> peter at baylor.UUCP (Peter da Silva) writes:
>OK. What should my whizzbang filter do when a write fails, other than
>write an error message and quit?

Nothing.  You should write an error message to stderr and quit.  If
the write to stderr fails, feel free to give up entirely.  But don't
fail to detect the error on the original write.



More information about the Comp.lang.c mailing list