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/utfdef.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
#define uchar _utfuchar
2
#define ushort _utfushort
3
#define uint _utfuint
4
#define ulong _utfulong
5
#define vlong _utfvlong
6
#define uvlong _utfuvlong
7
 
8
typedef unsigned char		uchar;
9
typedef unsigned short		ushort;
10
typedef unsigned int		uint;
11
typedef unsigned long		ulong;
12
 
13
#define nelem(x) (sizeof(x)/sizeof((x)[0]))
14
#define nil ((void*)0)