很早就改了。
//SORRY 很晚才回复。这几天是经常断线。我都发布了文章。 :((
struct userec { /* Structure used to hold information in */
char userid[IDLEN+2]; /* PASSFILE */
time_t firstlogin;
char lasthost[16];
unsigned int numlogins;
unsigned int numposts;
unsigned int nummedals; /* 奖章数 */
unsigned int money; /* 存款 */
unsigned int bet; /* 贷款 */
time_t dateforbet;
char flags[2];
char passwd[PASSLEN];
char username[NAMELEN];
char ident[NAMELEN+20];
char termtype[16];
char reginfo[STRLEN-16];
unsigned int userlevel;
time_t lastlogin;
time_t lastlogout;/* 最近离线时间 */
time_t stay;
char realname[NAMELEN];
char address[STRLEN];
char email[STRLEN-12];
unsigned int nummails;
time_t lastjustify;
char gender;
unsigned char birthyear;
unsigned char birthmonth;
unsigned char birthday;
int signature;
unsigned int userdefine;
time_t notedate;
int noteline;
};
【 在 hightman (思狂) 的大作中提到: 】
: 转换成什么样子?能否说明白一点?多放谢
--
FROM csdnt.gdpa.edu.