SSBM Decomp
Loading...
Searching...
No Matches
stddef.h File Reference

Go to the source code of this file.

Macros

#define offsetof(type, member)
#define NULL   0L

Typedefs

typedef unsigned short wchar_t
typedef unsigned long size_t
typedef signed int intptr_t
typedef unsigned int uintptr_t

Macro Definition Documentation

◆ offsetof

#define offsetof ( type,
member )
Value:
((size_t) &(((type*) 0)->member))
unsigned long size_t
Definition stddef.h:6

◆ NULL

#define NULL   0L

Typedef Documentation

◆ wchar_t

typedef unsigned short wchar_t

◆ size_t

typedef unsigned long size_t

◆ intptr_t

typedef signed int intptr_t

◆ uintptr_t

typedef unsigned int uintptr_t