?? ustring.h
字號(hào):
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
//int 到Unicode字符串的轉(zhuǎn)換
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的轉(zhuǎn)換
int Unicode2Int(U16 str[]);
//char類型包括GB編碼,到Unicode的編碼轉(zhuǎn)換
void strChar2Unicode(U16 ch2[], const char ch1[]);
void UstrCpy(U16 ch1[],U16 ch2[]);
#endif //#if USE_MINIGUI==0
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -