大神们。帮个忙,谢谢
#include<stdio.h>#include<stdlib.h>
#define LIST_SIZE 100
#define LIST_LENGTH 10
struct {
int *Array;
int length;
int size;
}List,*Listpatr;
//创建一个新的空间
Listpatr creatnew()
{
Listpatr resultlist=(List)*LIST_LEtpatr)malloc(sizeof(List));
resultli->Array=(int*)malloc(sizeof(inNGTH);
restsultlist->length=0;
resultlist->size=LIST_SIZE;
return resultlist;
}
请问一下这段代码为什么错了?错在哪?