Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e7bcf5e3a3fdffd359ee7dc6947d592dc743bc3c
/
.
/
Tests
/
JavaJavah
/
C.cpp
blob: 569eab54a446c14b24722a5515ffc944db04356f [
file
]
#include
"C.h"
#include
<jni.h>
#include
<stdio.h>
JNIEXPORT
void
JNICALL
Java_C_printName
(
JNIEnv
*,
jobject
)
{
printf
(
"C\n"
);
}