Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/ape/lib/utf/lib9.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <string.h>
2
#include "utf.h"
3
 
4
#define nil ((void*)0)
5
 
6
#define uchar _fmtuchar
7
#define ushort _fmtushort
8
#define uint _fmtuint
9
#define ulong _fmtulong
10
#define vlong _fmtvlong
11
#define uvlong _fmtuvlong
12
 
13
typedef unsigned char		uchar;
14
typedef unsigned short		ushort;
15
typedef unsigned int		uint;
16
typedef unsigned long		ulong;
17