add s32int, s64int, s16int
This commit is contained in:
parent
25cb46f930
commit
785a73647a
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ typedef long p9jmp_buf[sizeof(sigjmp_buf)/sizeof(long)];
|
||||||
|
|
||||||
typedef signed char schar;
|
typedef signed char schar;
|
||||||
typedef unsigned int u32int;
|
typedef unsigned int u32int;
|
||||||
|
typedef int s32int;
|
||||||
|
|
||||||
#ifdef _NEEDUCHAR
|
#ifdef _NEEDUCHAR
|
||||||
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -79,8 +81,11 @@ typedef unsigned int u32int;
|
||||||
typedef unsigned long long uvlong;
|
typedef unsigned long long uvlong;
|
||||||
typedef long long vlong;
|
typedef long long vlong;
|
||||||
typedef uvlong u64int;
|
typedef uvlong u64int;
|
||||||
|
typedef vlong s64int;
|
||||||
typedef uchar u8int;
|
typedef uchar u8int;
|
||||||
|
typedef schar s8int;
|
||||||
typedef ushort u16int;
|
typedef ushort u16int;
|
||||||
|
typedef short s16int;
|
||||||
|
|
||||||
#undef _NEEDUCHAR
|
#undef _NEEDUCHAR
|
||||||
#undef _NEEDUSHORT
|
#undef _NEEDUSHORT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue