pvbemu/src/desktop/native/native.c

8 lines
160 B
C

#include <jni.h>
#include "vue_NativeVUE.h"
JNIEXPORT jint JNICALL Java_vue_NativeVUE_test(JNIEnv *env, jobject obj,
jint x, jint y) {
return x * y;
}