Currently, we've added ssize_t return types from write(), print(), and
println(). It returns a negative number on error or the number of bytes
written. Instead, we might want to return just the number of bytes written,
and use a separate function to get error if any. For example,
Print::clearWriteError() and Print::writeError() or similar.
Original issue reported on code.google.com by dmel...@gmail.com on 26 Aug 2011 at 6:20
Original issue reported on code.google.com by
dmel...@gmail.com
on 26 Aug 2011 at 6:20