mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
9 lines
74 B
C
9 lines
74 B
C
#include <stdio.h>
|
|
|
|
#include "foo.h"
|
|
void
|
|
foo(void)
|
|
{
|
|
printf("foo\n");
|
|
}
|