MultiLangFun/App.h
2025-10-24 23:59:38 -04:00

22 lines
351 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class App */
#ifndef _Included_App
#define _Included_App
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: App
* Method: add
* Signature: (II)I
*/
JNIEXPORT jint JNICALL Java_App_add
(JNIEnv *, jclass, jint, jint);
#ifdef __cplusplus
}
#endif
#endif