src/lib/stdio/data.c File Reference

#include <stdio.h>

Go to the source code of this file.

Variables

struct __iobuf __stdin
struct __iobuf __stdout
struct __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.

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 Tue Mar 9 04:37:00 2010 for Minix by  doxygen 1.5.8