encrypt.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 33 行

H
33
字号
#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 + =
减小字号Ctrl + -
显示快捷键?