/* DO NOT EDIT - automatically generated by javah */ #include /* Header for class Native */ #ifndef _Included_Native #define _Included_Native typedef struct ClassNative { #pragma pack(push,4) int32_t MSReserved; struct Hjava_lang_String * string_; /*boolean*/ long boolean_; /*byte*/ long byte_; /*char*/ long char_; double double_; float float_; long int_; int64_t long_; /*short*/ long short_; struct Hjava_lang_String * w; long x; long y; #pragma pack(pop) } ClassNative; #define HNative ClassNative #ifdef __cplusplus extern "C" { #endif __declspec(dllexport) void __cdecl Native_displayHelloWorld (struct HNative *); __declspec(dllexport) long __cdecl Native_countPrimes (struct HNative *, struct HArrayOfByte *); __declspec(dllexport) void __cdecl Native_initializeByteArray (struct HNative *, struct HArrayOfByte *, long, char); __declspec(dllexport) struct Hjava_lang_String * __cdecl Native_toStringWithPrint (struct HNative *); __declspec(dllexport) struct Hjava_lang_String * __cdecl Native_printLine (struct HNative *, struct Hjava_lang_String *); __declspec(dllexport) void __cdecl Native_printWXYZ (struct HNative *); __declspec(dllexport) void __cdecl Native_causeException (struct HNative *); __declspec(dllexport) void __cdecl Native_handleException (struct HNative *); __declspec(dllexport) void __cdecl Native_printObjectArray (struct HNative *, struct HArrayOfObject *); __declspec(dllexport) struct HArrayOfObject * __cdecl Native_returnRectArray (struct HNative *, long); __declspec(dllexport) void __cdecl Native_VoidVoid (struct HNative *); #ifdef __cplusplus } #endif #endif