5 lines
45 B
C
5 lines
45 B
C
|
|
struct bar;
|
|
|
|
int foo (struct bar *bar_ptr);
|
|
|
struct bar;
|
|
|
|
int foo (struct bar *bar_ptr);
|