mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
#include <u.h>
|
||
|
#include <libc.h>
|
||
|
|
||
|
#include "venti.h"
|
||
|
|
||
|
typedef uvlong u64int;
|
||
|
typedef uchar u8int;
|
||
|
typedef ushort u16int;
|