plan9port/src/cmd/vac/stdinc.h

9 lines
121 B
C
Raw Normal View History

#include <u.h>
#include <libc.h>
#include "venti.h"
typedef uvlong u64int;
typedef uchar u8int;
typedef ushort u16int;