error: function declaration isn’t a prototype [-Werror=strict-prototypes]

int fun()

解决:

即使函数括号内没有任何参数,也要加一个 void 类型