mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
7 lines
59 B
C
7 lines
59 B
C
struct foo_s
|
|
{
|
|
int foo;
|
|
};
|
|
|
|
extern void doprintf (void);
|