Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/*
2
 * pANS stdio -- data
3
 */
4
#include "iolib.h"
5
FILE _IO_stream[]={
6
/*	fd	flags	state	buf	rp	wp	lp	bufl	unbuf */
7
	0,	0,	OPEN,	0,	0,	0,	0,	0,	0,
8
	1,	0,	OPEN,	0,	0,	0,	0,	0,	0,
9
	2,	0,	OPEN,	0,	0,	0,	0,	0,	0,
10
};