LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros | Typedefs
lib_types.h File Reference
#include <stdio.h>
#include <stdint.h>
#include <xetypes.h>
Include dependency graph for lib_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define unsigned   signed /* Kludge to get unsigned size-shaped type. */
 

Typedefs

typedef __SIZE_TYPE__ intptr_t
 
typedef __SIZE_TYPE__ uintptr_t
 

Macro Definition Documentation

◆ unsigned

#define unsigned   signed /* Kludge to get unsigned size-shaped type. */

Definition at line 61 of file lib_types.h.

Typedef Documentation

◆ intptr_t

typedef __SIZE_TYPE__ intptr_t

Definition at line 62 of file lib_types.h.

◆ uintptr_t

typedef __SIZE_TYPE__ uintptr_t

Definition at line 64 of file lib_types.h.