?? rmbasic.h
字號:
#ifndef _RMBASIC_H#define _RMBASIC_Htypedef unsigned char RMuint8;typedef unsigned short RMuint16;typedef unsigned long RMuint32;typedef char RMint8;typedef short int RMint16;typedef long int RMint32;#ifdef _WIN32typedef unsigned __int64 RMuint64;typedef __int64 RMint64;typedef unsigned char RMbool;#elsetypedef unsigned long long RMuint64;typedef long long RMint64;typedef int RMbool;#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -