mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
parent
717d3d00ef
commit
6f9a2fb7bd
4 changed files with 102 additions and 0 deletions
11
Native/Source/Library.c
Normal file
11
Native/Source/Library.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
#include "Library.h"
|
||||
#include "TribuFu.h"
|
||||
|
||||
char *Java_Hello(char *input)
|
||||
{
|
||||
char *result = Hello("C");
|
||||
|
||||
return result;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue