FILE Struct Reference
[C Runtime Library.]

Stream structure type. More...


Data Fields

int iob_fd
uint16_t iob_mode
uint8_t iob_flags
int iob_unget


Detailed Description

Stream structure type.

A pointer to this type is used for all standard I/O functions to specify a stream.

Note:
Applications should make any assumptions about the contents of this structure as it may change without further notice.

Definition at line 92 of file nut_io.h.


Field Documentation

int FILE::iob_fd

Definition at line 93 of file nut_io.h.

uint16_t FILE::iob_mode

Definition at line 94 of file nut_io.h.

uint8_t FILE::iob_flags

Definition at line 95 of file nut_io.h.

int FILE::iob_unget

Definition at line 96 of file nut_io.h.


The documentation for this struct was generated from the following file:

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/