GameServer
型定義
TypeDefs.h ファイル
被依存関係図:

[ソースコード]

型定義

typedef char s8
 
typedef unsigned char u8
 
typedef short s16
 
typedef unsigned short u16
 
typedef int s32
 
typedef unsigned int u32
 

型定義詳解

◆ s16

typedef short s16

◆ s32

typedef int s32

◆ s8

typedef char s8

◆ u16

typedef unsigned short u16

◆ u32

typedef unsigned int u32

◆ u8

typedef unsigned char u8