Member Types
Data types defined in the stdio.h header include:
FILE- a structure containing the information about a file or text stream needed to perform input or output operations on it, including:- a file descriptor
- the current stream position
- an end-of-file indicator
- an error indicator
- a pointer to the stream's buffer, if applicable
fpos_t- a non-array type capable of uniquely identifying the position of every byte in a file.size_t- an unsigned integer type which is the type of the result of thesizeofoperator.
Read more about this topic: C File Input/output
Famous quotes containing the words member and/or types:
“It was a maxim with Mr. Brass that the habit of paying compliments kept a mans tongue oiled without any expense; and that, as that useful member ought never to grow rusty or creak in turning on its hinges in the case of a practitioner of the law, in whom it should be always glib and easy, he lost few opportunities of improving himself by the utterance of handsome speeches and eulogistic expressions”
—Charles Dickens (18121870)
“If there is nothing new on the earth, still the traveler always has a resource in the skies. They are constantly turning a new page to view. The wind sets the types on this blue ground, and the inquiring may always read a new truth there.”
—Henry David Thoreau (18171862)