diff options
| author | rsc <devnull@localhost> | 2003-11-23 17:55:34 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-23 17:55:34 +0000 |
| commit | 7763a61a3582ef330bca54f225e8ec5325fbd35e (patch) | |
| tree | 952957eef4d70ecbd30c58e3a0dacd6b3a753a54 /src/cmd/vac/stdinc.h | |
| parent | 7a4ee46d253e291044bba2d0c54b818b67ac013c (diff) | |
| download | plan9port-7763a61a3582ef330bca54f225e8ec5325fbd35e.tar.gz plan9port-7763a61a3582ef330bca54f225e8ec5325fbd35e.zip | |
start thinking about vac -- doesn't build yet
Diffstat (limited to 'src/cmd/vac/stdinc.h')
| -rw-r--r-- | src/cmd/vac/stdinc.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <u.h> +#include <libc.h> + +#include "venti.h" + +typedef uvlong u64int; +typedef uchar u8int; +typedef ushort u16int; |
