xref: /plan9-contrib/sys/src/cmd/vac/stdinc.h (revision 906943f9f6b8411972abb5e3a03ed19f74be7ccc)
1 #include <u.h>
2 #include <libc.h>
3 
4 #include "oventi.h"
5 
6 typedef uvlong	u64int;
7 typedef	uchar	u8int;
8 typedef ushort	u16int;
9