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