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:
“I wish to speak a word for Nature, for absolute freedom and wildness, as contrasted with a freedom and culture merely civil,to regard man as an inhabitant, or a part and parcel of Nature, rather than as a member of society. I wish to make an extreme statement, if so I may make an emphatic one, for there are enough champions of civilization: the minister and the school committee and every one of you will take care of that.”
—Henry David David (18171862)
“Our children evaluate themselves based on the opinions we have of them. When we use harsh words, biting comments, and a sarcastic tone of voice, we plant the seeds of self-doubt in their developing minds.... Children who receive a steady diet of these types of messages end up feeling powerless, inadequate, and unimportant. They start to believe that they are bad, and that they can never do enough.”
—Stephanie Martson (20th century)