1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-24 13:13:18 +08:00
2018-01-22 17:15:59 +01:00

11 lines
133 B
C++

#include <jni.h>
#include <stdio.h>
#include "E.h"
JNIEXPORT void JNICALL Java_E_printName(JNIEnv*, jobject)
{
printf("E\n");
}