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

Go to the source code of this file.

Macros

#define NULL   ((void*) 0)
 A null pointer.
 

Typedefs

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

Detailed Description

Todo:
Assumes __PPCGEKKO__.

Macro Definition Documentation

◆ NULL

#define NULL   ((void*) 0)

A null pointer.

Typedef Documentation

◆ wchar_t

typedef unsigned short wchar_t

◆ ssize_t

typedef signed int ssize_t

◆ size_t

typedef unsigned long size_t

◆ usize_t

typedef unsigned int usize_t
Todo:
Rename to size_t when size_t is deleted.

◆ intptr_t

typedef signed int intptr_t

◆ uintptr_t

typedef unsigned int uintptr_t