Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
public class Test{
public native int sum( double[] values );
}
JBuilder X hat gesagt.:/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class forum_Test */
#ifndef _Included_forum_Test
#define _Included_forum_Test
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: forum_Test
* Method: sum
* Signature: ([D)I
*/
JNIEXPORT jint JNICALL Java_forum_Test_sum
(JNIEnv *, jobject, jdoubleArray);
#ifdef __cplusplus
}
#endif
#endif