Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2e88a3efc2b52da02f516fdfc8fe97aea0b14e4c
/
.
/
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"
);
}