Would you like to add more error handling for return values from functions like the following? - [fseek](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html) ⇒ [posixfs_open](https://github.com/mntmn/interim/blob/32524f7b0fa5f18292871afd89ee72d7764ec19c/devices/posixfs.c#L13) - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [main](https://github.com/mntmn/interim/blob/95d5c838ec646a0081e349261a2d5b559d1e9046/sledge/sledge.c#L23) - [printf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html) ⇒ [init_compiler](https://github.com/mntmn/interim/blob/d3bdbb459fc00c0744a4dc2cf8b4ff5fc7d0a2cb/sledge/compiler_new.c#L1253)