File Handling API Exploration 参考:GNU/Linux Application Programming STDIN_FILENO和stdin stdin 是FILE * 类型 STDIN_FILENO 是fd类型 STDIN_FILENO = fileno(stdin) Character Interfaces char read char write String Interfaces ASCII format string read string write Structured Data in ASCII Format structured ascii write structured ascii read Binary format structured binary read structured binary write