mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-18 01:25:47 +00:00
Update JNI Bindings
This commit is contained in:
parent
0d148a829f
commit
e24715c22a
5 changed files with 12 additions and 42 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue