1 | @class Explicit; |
---|---|
2 | |
3 | int *explicit_func(void); |
4 | |
5 | struct explicit_struct { int member; }; |
6 | |
7 | #define ONE 1 |
8 | |
9 | typedef struct my_struct_type *my_struct_ref; |
10 |
1 | @class Explicit; |
---|---|
2 | |
3 | int *explicit_func(void); |
4 | |
5 | struct explicit_struct { int member; }; |
6 | |
7 | #define ONE 1 |
8 | |
9 | typedef struct my_struct_type *my_struct_ref; |
10 |