?? type.h
字號:
#ifndef CB_TYPE
#define CB_TYPE
typedef signed char int8_t; /**< \brief C99 signed 8bit type */
typedef signed int int16_t; /**< \brief C99 signed 16bit type */
typedef signed long int32_t; /**< \brief C99 signed 32bit type */
typedef unsigned char uint8_t; /**< \brief C99 unsigned 8bit type */
typedef unsigned int uint16_t; /**< \brief C99 unsigned 16bit type */
typedef unsigned long uint32_t; /**< \brief C99 unsigned 32bit type */
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -