Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf6131fc9a164ddf7d2ed02b6870cdbce4efd4e8
/
.
/
Tests
/
JavaNativeHeaders
/
E.cpp
blob: 3a8e0acffe4cd406051241aa609929989d1f732f [
file
]
#include
"E.h"
#include
<jni.h>
#include
<stdio.h>
JNIEXPORT
void
JNICALL
Java_E_printName
(
JNIEnv
*,
jobject
)
{
printf
(
"E\n"
);
}