Skip to content

Instantly share code, notes, and snippets.

@initishbhatt
Last active January 24, 2018 05:32
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 initishbhatt/8c887ffa1e0df777ed29469d00972221 to your computer and use it in GitHub Desktop.
Save initishbhatt/8c887ffa1e0df777ed29469d00972221 to your computer and use it in GitHub Desktop.
extern "C"
JNIEXPORT void JNICALL
Java_your_package_name_ExampleClass_exampleObject(
JNIEnv *jEnv, /* interface pointer */
jclass class, /* "this" pointer */
jlong ptr, /* arg #1 */
jfloat p) /* arg #2 */
{
///.......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment