UVLoader
Userland Vita Loader
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Macros
types.h File Reference

Types used in UVLoader. More...

Macros

#define NULL   0
 For NULL pointers.
 

Typedefs

Fixed width integers
typedef unsigned char u8_t
 Unsigned 8-bit type.
 
typedef unsigned short int u16_t
 Unsigned 16-bit type.
 
typedef unsigned int u32_t
 Unsigned 32-bit type.
 
typedef unsigned long int u64_t
 Unsigned 64-bit type.
 
SCE standard types
typedef int PsvUID
 PsvUID type.
 
typedef long int PsvOff
 PsvOff type.
 
typedef int PsvSSize
 PsvSSize type.
 

Detailed Description

Types used in UVLoader.