?? config.h.bot
字號:
typedef unsigned char u8;#if SIZEOF_SHORT == 2typedef unsigned short u16;#elif SIZEOF_INT == 2typedef unsigned int u16;#else#warn unable to find type with 2 bytes size#endif#if SIZEOF_INT == 4typedef unsigned int u32;#elif SIZEOF_LONG == 4typedef unsigned long u32;#else#warn unable to find type with 4 bytes size#endif#if defined(__GNUC__) && defined(__i386__)#define REGPARAM __attribute__((regparm(1)))#else#define REGPARAM#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -