Some operations to read and write from streams may set the error flag in a stream, which can be tested using ferror(stream)
, while I'm quite sure this must be a frequently asked question, I wasn't able to find a list of all the possible causes of errors in SO or in the general web. What could cause ferror() to be set?
In particular, I'm looking for the possible causes of errors when doing fgets() on the standard input on Minix 3, but I'm looking for a more general list as well.
There isn't any simple list of possible errors. However, depending on the device you're reading from or writing to, the problems could include: