mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
12 lines
158 B
C
12 lines
158 B
C
extern int f0(int);
|
|
extern int f1(int);
|
|
static int f2(int);
|
|
static int f3(int);
|
|
|
|
extern int v0;
|
|
extern int v1;
|
|
static int v2;
|
|
static int v3;
|
|
|
|
typedef int T0;
|