Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ea7204de47d78b1aa8ee3cddfa59d034fc601d8
/
.
/
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"
);
}