minimal plan9port to cross-build Jehanne
This commit is contained in:
16
lib/lib9/utf/lib9.h
Normal file
16
lib/lib9/utf/lib9.h
Normal file
@ -0,0 +1,16 @@
|
||||
#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;
|
Reference in New Issue
Block a user