Voting

: min(four, one)?
(Example: nine)

The Note You're Voting On

jricher at jacquesricher dot com
20 years ago
It is a GOOD_THING to check the return value from fclose(), as some operating systems only flush file output on close, and can, therefore, return an error from fclose(). You can catch severe data-eating errors by doing this.

I learned this the hard way.

<< Back to user notes page

To Top