~kris/9p

9hist

ref: 829eaa1719c95a4af5bacfc3452a2f5ec70bdd89 9hist/bitsy/main.c -rw-r--r-- 192 bytes
829eaa17 — David du Colombier Plan 9 from Bell Labs 2000-08-31 26 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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)
{
}