mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Update Library.c
This commit is contained in:
parent
ce632832ab
commit
6ff0e7c981
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue