Input, Output, and Files
摘要
As mentioned in the first chapter, C has no built-in input/output (I/O) facilities. Instead, they’re provided by C’s standard library. This chapter covers output, formatted output, files, directories, input, formatted input, line input, environment variables, and other related functions.