Skip to content

Instantly share code, notes, and snippets.

@madhavanmalolan
Created November 6, 2017 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhavanmalolan/2e3c3eb1dfda222838af1dfc0442fcba to your computer and use it in GitHub Desktop.
Save madhavanmalolan/2e3c3eb1dfda222838af1dfc0442fcba to your computer and use it in GitHub Desktop.
#include <jni.h>
#ifndef _Included_com_example_Controller
#define _Included_com_example_Controller
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_example_Controller
* Method: run
* Signature: ([Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_com_example_Controller_run
(JNIEnv *, jobject, jobjectArray);
#ifdef __cplusplus
}
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment