mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
7 lines
60 B
C
7 lines
60 B
C
#include <stdio.h>
|
|
|
|
void par (void)
|
|
{
|
|
printf ("par\n");
|
|
}
|