On Wed, 25 May 2016 14:46:24 -0600, "Todd C. Miller" wrote: > Not necessarily zero. Linux for example returns a non-zero value > on success. On failure it also sets the error indicator on the > stream and sets errno.
We don't seem to document that stdio functions set the error indicator on failure so it might be best to omit that bit for now. It can be added later in a full sweep of stdio. - todd
