Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
44
lcc/include/mips/irix/stddef.h
Normal file → Executable file
44
lcc/include/mips/irix/stddef.h
Normal file → Executable file
|
@ -1,22 +1,22 @@
|
|||
#ifndef __STDDEF
|
||||
#define __STDDEF
|
||||
|
||||
|
||||
#define NULL 0
|
||||
#define offsetof(ty,mem) ((size_t)((char*)&((ty*)0)->mem - (char*)0))
|
||||
|
||||
typedef long ptrdiff_t;
|
||||
|
||||
#if !defined(_SIZE_T) && !defined(_SIZE_T_)
|
||||
#define _SIZE_T
|
||||
#define _SIZE_T_
|
||||
typedef unsigned long size_t;
|
||||
#endif
|
||||
|
||||
#if !defined(_WCHAR_T) && !defined(_WCHAR_T_)
|
||||
#define _WCHAR_T
|
||||
#define _WCHAR_T_
|
||||
typedef unsigned short wchar_t;
|
||||
#endif
|
||||
|
||||
#endif /* __STDDEF */
|
||||
#ifndef __STDDEF
|
||||
#define __STDDEF
|
||||
|
||||
|
||||
#define NULL 0
|
||||
#define offsetof(ty,mem) ((size_t)((char*)&((ty*)0)->mem - (char*)0))
|
||||
|
||||
typedef long ptrdiff_t;
|
||||
|
||||
#if !defined(_SIZE_T) && !defined(_SIZE_T_)
|
||||
#define _SIZE_T
|
||||
#define _SIZE_T_
|
||||
typedef unsigned long size_t;
|
||||
#endif
|
||||
|
||||
#if !defined(_WCHAR_T) && !defined(_WCHAR_T_)
|
||||
#define _WCHAR_T
|
||||
#define _WCHAR_T_
|
||||
typedef unsigned short wchar_t;
|
||||
#endif
|
||||
|
||||
#endif /* __STDDEF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue