shithub: cursedfs

ref: 35bac6a836a15c60f6b7b6f26d0f8d8545e8e1a0
dir: /demo/endian.h/

View raw version
typedef unsigned int	uint;
typedef long		intptr;
typedef unsigned long	uintptr;
typedef	uint		Rune;
typedef unsigned int	mpdigit;	/* for /sys/include/mp.h */
typedef unsigned char	u8int;
typedef unsigned short	u16int;
typedef unsigned int	u32int;
typedef unsigned long long u64int;
typedef signed char s8int;
typedef signed short s16int;
typedef signed int s32int;
typedef signed long long s64int;