3 lines
42 B
C
3 lines
42 B
C
void make_foo(void);
|
|
|
|
typedef int MyType;
|
void make_foo(void);
|
|
|
|
typedef int MyType;
|