#ifndef NEWT_COMMON_H #define NEWT_COMMON_H 1 #include #include void NewtCommon_init(JNIEnv *env); jchar* NewtCommon_GetNullTerminatedStringChars(JNIEnv* env, jstring str); void NewtCommon_FatalError(JNIEnv *env, const char* msg, ...); void NewtCommon_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); #endif