Skip to content

Instantly share code, notes, and snippets.

@enesusta
Created June 9, 2020 15:11
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 enesusta/3f606dc875ea52be4312807738e0b23c to your computer and use it in GitHub Desktop.
Save enesusta/3f606dc875ea52be4312807738e0b23c to your computer and use it in GitHub Desktop.
medium-jvm-2
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_github_enesusta_NativeLogger */
#ifndef _Included_com_github_enesusta_NativeLogger
#define _Included_com_github_enesusta_NativeLogger
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_github_enesusta_NativeLogger
* Method: log
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_com_github_enesusta_NativeLogger_log
(JNIEnv *, jobject, jstring);
#ifdef __cplusplus
}
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment