home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
lib
/
native
/
java.io.stubs
/
PrintStream.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
467b
|
25 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_io_PrintStream */
#ifndef _Included_java_io_PrintStream
#define _Included_java_io_PrintStream
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Classjava_io_PrintStream {
struct Hjava_io_OutputStream* out;
jint /* bool */ autoflush;
jint /* bool */ trouble;
} Classjava_io_PrintStream;
HandleTo(java_io_PrintStream);
#ifdef __cplusplus
}
#endif
#endif