Implicit declaration of function ” is invalid in C99. 2020年12月24日2020年12月23日 由 stackdump 870 问题原因:编译顺序引起的,编译器是从头读到尾的,需要把函数声明写到调用之前; 0