11 lines
133 B
C++
Raw Normal View History

2018-04-23 21:13:27 +02:00
2020-02-01 23:06:01 +01:00
#include "D.h"
2018-04-23 21:13:27 +02:00
#include <jni.h>
#include <stdio.h>
JNIEXPORT void JNICALL Java_D_printName(JNIEnv*, jobject)
{
printf("D\n");
}