From Jason Turner

[ios.iostate]

Diff to HTML by rtfpessoa

tmp/tmpf1gqv9m3/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ **Table: `iostate` effects** <a id="ios.iostate">[ios.iostate]</a>
2
+
3
+ | Element | Effect(s) if set |
4
+ | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
5
+ | `badbit` | indicates a loss of integrity in an input or output sequence (such as an irrecoverable read error from a file); |
6
+ | `eofbit` | indicates that an input operation reached the end of an input sequence; |
7
+ | `failbit` | indicates that an input operation failed to read the expected characters, or that an output operation failed to generate the desired characters. |
8
+