From 7763a61a3582ef330bca54f225e8ec5325fbd35e Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 17:55:34 +0000 Subject: start thinking about vac -- doesn't build yet --- src/cmd/vac/stdinc.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/cmd/vac/stdinc.h (limited to 'src/cmd/vac/stdinc.h') diff --git a/src/cmd/vac/stdinc.h b/src/cmd/vac/stdinc.h new file mode 100644 index 00000000..aca405fc --- /dev/null +++ b/src/cmd/vac/stdinc.h @@ -0,0 +1,8 @@ +#include +#include + +#include "venti.h" + +typedef uvlong u64int; +typedef uchar u8int; +typedef ushort u16int; -- cgit v1.2.3