data.c File Reference

#include <stdio.h>

Include dependency graph for data.c:

Go to the source code of this file.

Variables

__iobuf __stdin
__iobuf __stdout
__iobuf __stderr
FILE__iotab [FOPEN_MAX]


Variable Documentation

FILE* __iotab[FOPEN_MAX]
 

Initial value:

 {
        &__stdin,
        &__stdout,
        &__stderr,
        0
}

Definition at line 23 of file data.c.

Referenced by __cleanup(), __fillbuf(), fclose(), fdopen(), fflush(), fopen(), and freopen().

struct __iobuf __stderr
 

Initial value:

 {
        0, 2, _IOWRITE | _IOLBF, 0,
        (unsigned char *)NULL, (unsigned char *)NULL, 
}

Definition at line 18 of file data.c.

struct __iobuf __stdin
 

Initial value:

 {
        0, 0, _IOREAD, 0,
        (unsigned char *)NULL, (unsigned char *)NULL, 
}

Definition at line 8 of file data.c.

struct __iobuf __stdout
 

Initial value:

 {
        0, 1, _IOWRITE, 0,
        (unsigned char *)NULL, (unsigned char *)NULL, 
}

Definition at line 13 of file data.c.


Generated on Fri Apr 14 23:19:02 2006 for minix by  doxygen 1.4.6