C file input/output: Difference between revisions

Content deleted Content added
m date format audit, minor formatting
Citation bot (talk | contribs)
Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1866/2845
Line 9:
 
==Overview==
This library uses what are called streams to operate with physical devices such as keyboards, printers, terminals or with any other type of files supported by the system. Streams are an abstraction to interact with these in a uniform way. All streams have similar properties independent of the individual characteristics of the physical media they are associated with.<ref>{{Cite web|url=http://www.cplusplus.com/reference/cstdio/|title=(stdio.h) - C++ Reference}}</ref>
 
===Functions===