7 lines
59 B
C
7 lines
59 B
C
|
struct foo_s
|
||
|
{
|
||
|
int foo;
|
||
|
};
|
||
|
|
||
|
extern void doprintf (void);
|