APUE Chapter 5 - Standard I/O Library

摘要: 5.1. Introduction5.2. Streams and FILE ObjectsWith the standard I/O library, the discussion centers around streams.Initially, when a stream is created, it has no orientation. If a multibyte I/O function is used on a stream without orientation, the stream's orientation is set to wide-oriented. If 阅读全文
posted @ 2011-12-30 16:22 s7vens 阅读(282) 评论(0) 推荐(0)