From b2cfc4e2e71d0f0a5113ddfbd93c8285cc4d74e4 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 17:47:41 +0000 Subject: Initial revision --- src/libutf/lib9.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libutf/lib9.h (limited to 'src/libutf/lib9.h') diff --git a/src/libutf/lib9.h b/src/libutf/lib9.h new file mode 100644 index 00000000..e6128ae4 --- /dev/null +++ b/src/libutf/lib9.h @@ -0,0 +1,17 @@ +#include +#include "utf.h" + +#define nil ((void*)0) + +#define uchar _fmtuchar +#define ushort _fmtushort +#define uint _fmtuint +#define ulong _fmtulong +#define vlong _fmtvlong +#define uvlong _fmtuvlong + +typedef unsigned char uchar; +typedef unsigned short ushort; +typedef unsigned int uint; +typedef unsigned long ulong; + -- cgit v1.2.3