Root/lua/examples/lua_calls_C5/liba.h

1typedef struct tagT{
2    int a ;
3    int b ;
4}Point;
5  
6void lib_a_f_1(void);
7int lib_a_f_2(int a, int b);
8int lib_a_f_3(const char *s);
9int lib_a_f_4(Point *in_t);
10int lib_a_f_5(Point *out_t);
11

Archive Download this file

Branches:
master



interactive