Update Library.c

This commit is contained in:
GuilhermeWerner 2021-05-07 09:48:01 -03:00
parent ce632832ab
commit 6ff0e7c981

View file

@ -4,7 +4,7 @@
#include "TribuFu.h"
#include "Library.h"
JNIEXPORT jstring JNICALL Java_tribufu_TribuFu_Hello(JNIEnv *, jobject, jstring)
JNIEXPORT jstring JNICALL Java_tribufu_TribuFu_Hello(JNIEnv *env, jobject obj, jstring str)
{
char *result = Hello("C");