Would you like to add more error handling for return values from functions like the following? * [fclose](https://pubs.opengroup.org/onlinepubs/9799919799/functions/fclose.html "Close a stream.") ⇒ [midi_write](https://github.com/PhilipHazel/pmw/blob/e007425ab34879aa7c11f8c16d8c689a21a5f52d/src/midi.c#L1079) * [fprintf](https://pubs.opengroup.org/onlinepubs/9799919799/functions/fprintf.html "Print formatted output.") ⇒ [write_font_stream](https://github.com/PhilipHazel/pmw/blob/e007425ab34879aa7c11f8c16d8c689a21a5f52d/src/pdf.c#L2402-L2404)
Would you like to add more error handling for return values from functions like the following?