36 #if defined(ENABLE_JNI_HEADERS)
37 # include "native/include/com_sun_cldchi_io_ConsoleOutputStream.h"
53 (
void) fputc(c, stdout);
Table containing all native methods registered with the VM.
NativeMethods & get_nativemethods()
void register_methods(Utf8String classname, const JNINativeMethod *methods, size_t count)
Register native methods with the VM.
#define NATIVE_METHODS_COUNT
typedef void(JNICALL *jvmtiEventSingleStep)(jvmtiEnv *jvmti_env
void _Jv_com_sun_cldchi_io_ConsoleOutputStream_init(void)
static Utf8String from_utf8(const char *, size_t)
static JNINativeMethod methods[]
JNIEXPORT void JNICALL Java_com_sun_cldchi_io_ConsoleOutputStream_write(JNIEnv *env, jobject _this, jint c)
static VM * get_current()