7 lines
102 B
C
7 lines
102 B
C
|
int ret19();
|
||
|
typedef struct MyStruct {
|
||
|
int foo;
|
||
|
char bar;
|
||
|
} MyStruct;
|
||
|
char* stuctInfo(MyStruct st);
|