Hardware Design: SIE
Sign in or create your account
|
Project List
|
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Hardware Design: SIE Git Source Tree
Root
/
lua
/
examples
/
lua_calls_C5
/
liba.h
1
typedef struct tagT{
2
int a ;
3
int b ;
4
}Point;
5
6
void lib_a_f_1(void);
7
int lib_a_f_2(int a, int b);
8
int lib_a_f_3(const char *s);
9
int lib_a_f_4(Point *in_t);
10
int lib_a_f_5(Point *out_t);
11
Download this file
Branches:
master
Main page
Current events
Mailing lists
Planet
Projects server
interactive
About Qi
Recent changes
Contact Qi
Help