Would you like to add more error handling for return values from functions like the following? - [calloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html "Memory allocation") ⇒ [xtbuild](https://github.com/glouw/tinn/blob/0228fdb32e89270fece8c1e186d1f891a4452f92/Tinn.c#L109) - [fopen](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html "Open a stream") ⇒ [xtsave](https://github.com/glouw/tinn/blob/0228fdb32e89270fece8c1e186d1f891a4452f92/Tinn.c#L128)
Would you like to add more error handling for return values from functions like the following?