Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Basic Types

Typedefs

typedef unsigned char posh_byte_t
 
typedef unsigned char posh_u8_t
 
typedef signed char posh_i8_t
 
typedef signed char posh_s8_t
 
typedef unsigned short posh_u16_t
 
typedef short posh_i16_t
 
typedef short posh_s16_t
 
typedef unsigned posh_u32_t
 
typedef int posh_i32_t
 
typedef int posh_s32_t
 

Detailed Description

Typedef Documentation

typedef unsigned char posh_byte_t

unsigned 8-bit integer

Definition at line 932 of file posh.h.

typedef short posh_i16_t

signed 16-bit integer

Definition at line 937 of file posh.h.

typedef int posh_i32_t

signed 32-bit integer

Definition at line 942 of file posh.h.

typedef signed char posh_i8_t

signed 8-bit integer

Definition at line 934 of file posh.h.

typedef short posh_s16_t

signed 16-bit integer

Definition at line 938 of file posh.h.

typedef int posh_s32_t

signed 32-bit integer

Definition at line 943 of file posh.h.

typedef signed char posh_s8_t

signed 8-bit integer

Definition at line 935 of file posh.h.

typedef unsigned short posh_u16_t

unsigned 16-bit integer

Definition at line 936 of file posh.h.

typedef unsigned posh_u32_t

unsigned 32-bit integer

Definition at line 941 of file posh.h.

typedef unsigned char posh_u8_t

unsigned 8-bit integer

Definition at line 933 of file posh.h.