mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-18 09:35:44 +00:00
Add Premake and FFI Bindings
This commit is contained in:
parent
36df99c7e0
commit
74532a9ace
14 changed files with 399 additions and 0 deletions
12
Examples/C/Hello.c
Normal file
12
Examples/C/Hello.c
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
#include "TribuFu.h"
|
||||
|
||||
extern int32_t Hello(void);
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("TribuFu SDK = %d\n", Hello());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue