aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fossil/stdinc.h
blob: ef6118989bf562b18990615e53d6912faefa9e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <u.h>
#include <libc.h>

typedef uvlong	u64int;
typedef	uchar	u8int;
typedef ushort	u16int;

#include "oventi.h"
#include "vac.h"
#include "fs.h"