Merged everything with MIPS version
[cacao.git] / nat / PrintStream.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/io/PrintStream */
4
5 typedef struct java_io_PrintStream {
6    java_objectheader header;
7    struct java_io_OutputStream* out;
8    s4 autoFlush;
9    s4 trouble;
10    struct java_io_BufferedWriter* textOut;
11    struct java_io_OutputStreamWriter* charOut;
12    s4 closing;
13 } java_io_PrintStream;
14