学院职工信息统一标准管理系统.docVIP

  • 0
  • 0
  • 约2.06万字
  • 约 16页
  • 2020-09-10 发布于江苏
  • 举报
#includestdio.h #includestdlib.h #includestring.h #definelensizeof(structstaff) enumqualification{benke,shuoshi,baoshi,qita}q; typedefstructstaffABC;//结构体说明 voidfilefunction();//函数说明 ABC*creat(); voidseek(structstaff*head); voidadd(structstaff*head); voidoutput(ABC*head); ABC*cancel(structstaff*head); voidpaixu(ABC*head); ABC*addfile(); voidcorrection(ABC*head); voidinspect1(ABC*p1); voidretirement(ABC*head); typedefstructstaff {charnum[10];//工号 charname[10];//姓名 charsex;//性别 intage;//年纪 inta;//a学历 intwage;//工资 charemail[18];//email chartele[12];//电话 structstaff*next; }; typedefstructstaffABC;

文档评论(0)

1亿VIP精品文档

相关文档