请写上函数的声明 放在宏定义之后 main函数之前 如:include include define STUDENT 5 define SUBJECT 3 void get_list(char*a,int*b);void print_list();等等 main(){ }
你的两个结构的命名是一样的,命名应该不同才对啊,否则你LNode指的是哪个结构呢。
将mypi的定义放到main的前面,或者在main前面加一行double mypi(int);
struct node { int data;struct node *next;};typedef struct node Node;void *Create_List(); ///sheng ming void main(){ Create_List(); //diao yong } void *Create_List(void) ///shi xian { int i,data;Node *temp,*head,*prev;head=malloc(sizeof(Node));head->next=NU...
编译错误如下:f:\duilib\duilib\Control/UIFlash.h(10): warning C4192: 导入类型库“IServiceProvider”时自动排除“..\Utils/Flash11.tlb”1> UIWebBrowser.cpp 1>c:\program files (x86)\microsoft sdks\windows\v7.0a\include\dispex.h(217): error C2371: “IDispatchEx”: 重定义;不...