Skip to content

Instantly share code, notes, and snippets.

@enesusta
Created June 9, 2020 15:20
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/098b40a4e9df85b73dd769a2c95a10aa to your computer and use it in GitHub Desktop.
Save enesusta/098b40a4e9df85b73dd769a2c95a10aa to your computer and use it in GitHub Desktop.
medium-jvm-3
#include "com_github_enesusta_NativeLogger.h"
JNIEXPORT void JNICALL Java_com_github_enesusta_NativeLogger_log(JNIEnv *env, jobject obj, jstring str) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment