收起
ElemType是一个自定义类型,本身应该就是一个指针了啊比如
typedef int * ElemType;typedef struct _sqlist{ ElemType elem; int elemCount;}sqlist;
报告相同问题?