Created
June 9, 2020 15:11
-
-
Save enesusta/3f606dc875ea52be4312807738e0b23c to your computer and use it in GitHub Desktop.
medium-jvm-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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