JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add error control to iofile
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 28 Oct 2012 05:27:42 +0000 (06:27 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 28 Oct 2012 05:27:42 +0000 (06:27 +0100)
commitee3fbeb6c8c354cf4db226a5b1583c531ea37af4
tree0964a1ab765ee2a03ca68558d8aae9c2dd82740e
parent2e38ab7afdc56e3853751918f1b7705362bea01c
Add error control to iofile

write can write less bytes than we request, so it is necessary check the
return value, in case of error print a message and don't continnue writing
in the file.
---
 st.c |   39 ++++++++++++++++++++++++++++++---------
 1 file changed, 30 insertions(+), 9 deletions(-)
st.c