C File Input/output - Member Types

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 the sizeof operator.

Read more about this topic:  C File Input/output

Famous quotes containing the words member and/or types:

    That I am not a member of any Christian Church, is true; but I have never denied the truth of the Scriptures; and I have never spoken with intentional disrespect of religion.
    Abraham Lincoln (1809–1865)

    Our major universities are now stuck with an army of pedestrian, toadying careerists, Fifties types who wave around Sixties banners to conceal their record of ruthless, beaverlike tunneling to the top.
    Camille Paglia (b. 1947)