Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This compliant solution checks to make sure no output error occurred (see FIO04-C, “Detect and handle input and output errors”).
if (puts("foo") == EOF) {
/* Handle error */
}