@@ -32,10 +32,12 @@ @interface OFStdIOStream: OFStream { int _fd; bool _atEndOfStream; } + +- init OF_UNAVAILABLE; /*! * @brief Query the underlying terminal for the number of columns. * * @return The number of columns, or -1 if there is no underlying terminal or