code: 9ferno

ref: b502a62da2ec6058923db94f87ecc2d29db2fa77
dir: /9front/amd64/include/u.h/

View raw version
#include "/amd64/include/u.h"
typedef intptr WORD;
typedef uintptr        UWORD;

typedef unsigned char	u8;
typedef unsigned short	u16;
typedef unsigned int	u32;
typedef unsigned long long u64;
typedef signed char s8;
typedef signed short s16;
typedef signed int s32;
typedef signed long long s64;