📄 call_time.h
字号:
#ifndef _CALL_TIME_H
#define _CALL_TIME_H
typedef struct RECORD
{
int total_time; //总时长
int dial_time; //拨出时长
int ans_time; //接听时长
int last_time; //最后通话时长
}_RECORD;
_RECORD RD;
typedef struct CALLINFO
{
char name[20];
char tel_number[20];
char tel_time[30];
}_CALLINFO;
_CALLINFO CI;
_CALLINFO CITA[50];
_CALLINFO CIOA[50];
_CALLINFO CINA[50];
int callinfo_len;
int CALL_ANS;
static int CALL_OVER;
static int pick_flag;
int CALL_NOCARRIER;
char tem_num[20];
//#define max 20
//dextern char buffer[max];
char buffernum[108];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -