Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
stddef.h
Go to the documentation of this file.
1
#ifndef _STDDEF_H_
2
#define _STDDEF_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#if defined __INTELLISENSE__
9
typedef
unsigned
int
size_t
;
10
typedef
int
ptrdiff_t
;
11
#else
12
typedef
unsigned
long
size_t
;
13
typedef
long
ptrdiff_t
;
14
#endif
15
16
#define offsetof(type, member) ((size_t)&(((type*)0)->member))
17
18
#ifndef NULL
19
#define NULL (0)
20
#endif
21
22
#ifdef __cplusplus
23
};
24
#endif
25
26
#endif
ptrdiff_t
int ptrdiff_t
Definition
stddef.h:10
size_t
unsigned int size_t
Definition
stddef.h:9
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
stddef.h
Generated by
1.9.8