今天碰到的c语言错误
摘要:
implicit declaration of function 'sum1' is invalid in C99 [-Werror,-Wimplicit-function-declaration] 错误原因很简单:c语言执行是自上而下的,要把定义的函数放在main方法之前 阅读全文
posted @ 2020-08-30 10:40 默归云 阅读(184) 评论(0) 推荐(0)
posted @ 2020-08-30 10:40 默归云 阅读(184) 评论(0) 推荐(0)
posted @ 2020-08-13 23:06 默归云 阅读(122) 评论(0) 推荐(0)
posted @ 2020-08-05 22:11 默归云 阅读(88) 评论(0) 推荐(0)