~kris/9p

9hist

ref: 478cb3ed9611136984584c764a1715da1c0b6489 9hist/bitsy/main.c -rw-r--r-- 212 bytes
478cb3ed — David du Colombier Plan 9 from Bell Labs 2000-09-01 26 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include	"u.h"
#include	"../port/lib.h"
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"
#include	"io.h"
#include	"ureg.h"
#include	"init.h"
#include	"pool.h"

Mach *m;

void
main(void)
{
}

void
exit(int)
{
}