📄 tolldef.h
字号:
////////////////////////////////////////////////////
// FileName: tolldef.h
// Description: type definitions for toller system
// Author: WangHaiyun
// Date: 1997/11/15
// Last Revision:
////////////////////////////////////////////////////
#ifndef _TOLLDEF_H
#define _TOLLDEF_H
struct TollerInfoTag
{
char szLoginName[7];//user login name
char szIPAddr[16];//IP Address
int nSubTotal;//from 12:00 at last night to now,the traffic
int nTotal;//from last toll date,every month toll
};
typedef struct TollerInfoTag TOLLERINFO;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -