rs-unsafe/members/c-bindings/lib/test.h

7 lines
102 B
C
Raw Normal View History

2023-09-19 17:10:50 +02:00
int ret19();
typedef struct MyStruct {
int foo;
char bar;
} MyStruct;
char* stuctInfo(MyStruct st);