start thinking about vac -- doesn't build yet

This commit is contained in:
rsc 2003-11-23 17:55:34 +00:00
parent 7a4ee46d25
commit 7763a61a35
22 changed files with 7959 additions and 0 deletions

8
src/cmd/vac/stdinc.h Normal file
View file

@ -0,0 +1,8 @@
#include <u.h>
#include <libc.h>
#include "venti.h"
typedef uvlong u64int;
typedef uchar u8int;
typedef ushort u16int;