Would you like to add more error handling for return values from functions like the following? - [fprintf](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html "Print formatted output") ⇒ [texpackr_sheetmeta_write_meta_file](https://github.com/abzico/texpackr/blob/ee0d96dde83bd321056cbb6517407162c5d9764f/src/meta.c#L390) - [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [texpackr_sheet_new](https://github.com/abzico/texpackr/blob/6cc0823d971de9137294edc34ffde661f4462a31/src/lib.c#L20)
Would you like to add more error handling for return values from functions like the following?