/* * pANS stdio -- data */ #include "iolib.h" FILE _IO_stream[]={ { .fd 0, .state OPEN, }, { .fd 1, .state OPEN, }, { .fd 2, .state OPEN, }, };