mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
9 lines
67 B
C
9 lines
67 B
C
extern void par (void);
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
par ();
|
|
return 0;
|
|
}
|