我在做一个C-脑游戏:写一个标准的Hello程序,没有分号。int main(void) if (printf("Hello World!\n"), exit(0), 0) /* do nothing */}error C4716: 'main' : must return a value
我尝试了其他函数,声明了一个返回类型,但是缺少
我想为链表函数创建静态或动态库,但是当我尝试用gcc编译函数文件以获得对象文件时,它会给出错误的‘struct node’ declared inside parameter list int GetNth不确定发生了什么,可能是因为我还没有在文件中声明structureint count(struct node* head, int n) //counts