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:
“In song and dance man expresses himself as a member of a higher community: he has forgotten how to walk and speak and is on the way toward flying up into the air, dancing.”
—Friedrich Nietzsche (18441900)
“The bourgeoisie loves so-called positive types and novels with happy endings since they lull one into thinking that it is fine to simultaneously acquire capital and maintain ones innocence, to be a beast and still be happy.”
—Anton Pavlovich Chekhov (18601904)