Files
9base/lib9/lib9.h
garbeam@wmii.de e5f0f74b8a initial import
2005-11-20 18:27:27 +02:00

18 lines
330 B
C

#include <string.h>
#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;