Update JNI Bindings

This commit is contained in:
GuilhermeWerner 2021-05-07 09:37:23 -03:00
parent 0d148a829f
commit e24715c22a
5 changed files with 12 additions and 42 deletions

View file

@ -1,9 +1,10 @@
// Copyright (c) TribuFu. All Rights Reserved
#include "Library.h"
#include <jni.h>
#include "TribuFu.h"
#include "Library.h"
char *Java_Hello(char *input)
JNIEXPORT jstring JNICALL Java_tribufu_TribuFu_Hello(JNIEnv *, jobject, jstring)
{
char *result = Hello("C");