📄 encrypt.h
字号:
#ifndef _ENCRYPT_H
#define _ENCRYPT_H
//shiheng 0601
typedef struct
{
T_MMI_CONTROL mmi_control; // common control parameter
T_MFW_HND win;
T_MFW_HND kbd;
T_MFW_HND kbd_long;
T_MFW_HND edt;
} T_idle_encrypt;
// ffs 文件
typedef struct
{
int a;
int b;
int c;
int counter;
int during_time;
}T_ENCRYPT;
int Encrypt_Main();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -