类型定义

#include <inttypes.h>

 

typedef int8_t int8;  //<有符号 1字节

typedef uint8_t uint8; //无符号 1字节

typedef uint8_t byte; //< 无符号 1字节

typedef int16_t int16;//有符号 2字节

typedef uint16_t uint16 ;//无符号 2字节

typedef int32_t int32;

typedef uint32_t uint32;

typedef int64_t int64;

typedef uint64_t uint64;

上一篇:全国高清卫星影像(Google Earth)无偏移地图(19级)免费送了


下一篇:ClickHouse学习系列之五【系统库system说明】