From ad4c862fd80d3ad38a6464a9ea169a78354a77fc Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 4 Mar 2012 23:30:18 +0000 Subject: 20120304-2330 --- Irix/mips/include/lib9.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Irix') diff --git a/Irix/mips/include/lib9.h b/Irix/mips/include/lib9.h index 010777be..9881a3a7 100644 --- a/Irix/mips/include/lib9.h +++ b/Irix/mips/include/lib9.h @@ -36,6 +36,15 @@ typedef unsigned short u16int; typedef unsigned char u8int; typedef unsigned long uintptr; +typedef signed char int8; +typedef unsigned char uint8; +typedef short int16; +typedef unsigned short uint16; +typedef int int32; +typedef unsigned int uint32; +typedef long long int64; +typedef unsigned long long uint64; + #define USED(x) if(x){}else{} #define SET(x) @@ -252,6 +261,8 @@ extern double ipow10(int); #define pow10 infpow10 extern double pow10(int); extern vlong strtoll(const char*, char**, int); +#define qsort infqsort +extern void qsort(void*, long, long, int (*)(void*, void*)); extern uvlong strtoull(const char*, char**, int); extern void sysfatal(char*, ...); extern int dec64(uchar*, int, char*, int); -- cgit v1.2.3