第一行 type TYPE *creat(int n) { struct stu *head,*pf,*pb; int i; for(i=0;i

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 07:04:17
第一行 type TYPE *creat(int n) { struct stu *head,*pf,*pb; int i; for(i=0;i

第一行 type TYPE *creat(int n) { struct stu *head,*pf,*pb; int i; for(i=0;i
第一行 type
TYPE *creat(int n)
{
struct stu *head,*pf,*pb;
int i;
for(i=0;i

第一行 type TYPE *creat(int n) { struct stu *head,*pf,*pb; int i; for(i=0;i
你程序没贴全
应该前面有一个typedef xxxx TYPE;