#ifndef NEWT_COMMON_H #define NEWT_COMMON_H 1 #include #include jchar* NewtCommon_GetNullTerminatedStringChars(JNIEnv* env, jstring str); #endif