datatype.h
上传用户:szopptop
上传日期:2013-04-23
资源大小:1047k
文件大小:0k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. #ifndef __ORZ_DATA_TYPE__
  2. #define __ORZ_DATA_TYPE__
  3. typedef unsigned char byte;
  4. typedef unsigned short ushort;
  5. typedef unsigned int uint;
  6. typedef unsigned long ulong;
  7. #endif