20 lines
375 B
C
20 lines
375 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
|
||
|
#ifndef __java_lang_reflect_VMArray__
|
||
|
#define __java_lang_reflect_VMArray__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMArray_createObjectArray (JNIEnv *env, jclass, jclass, jint);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* __java_lang_reflect_VMArray__ */
|