/*
这是 turbo c 2.0 的程序源文件。。。。。。。。。。。。。
这是 turbo c 2.0 的程序源文件。。。。。。。。。。。。。
和c 语言类似。但应该在turbo c 2.0上运行。。。
参考自 龙亭镇峰峰 在此感谢。。。。。
*/
#include "stdio.h" /*标准输入输出函数库*/
#include "stdlib.h" /*标准函数库*/
#include "string.h" /*字符串函数库*/
#include "conio.h" /*屏幕操作函数库*/
#define HEADER1 " ----------------------------STUDENT---------------------------------- \n"
#define HEADER2 " | number | name |Comp|Math|Eng | sum | ave |mici | \n"
#define HEADER3 " |---------------|---------------|----|----|----|--------|-------|-----| "
#define FORMAT " | %-10s |%-15s|%4d|%4d|%4d| %4d | %.2f |%4d |\n"
#define DATA p->data.num,p->http://doc.xuehai.net,p->data.egrade,p->data.mgrade,p->data.cgrade,p->data.total,p->data.ave,p->data.mingci
#define END " --------------