7 lines
59 B
C
Raw Normal View History

2012-03-26 21:18:29 +02:00
struct foo_s
{
int foo;
};
extern void doprintf (void);