function declaration isn't a prototype

前端 未结 3 1322
渐次进展
渐次进展 2020-12-12 11:14

I have a library I created,

mylib.c:

#include 
int
testlib() {
    printf(\"Hello world\\n\");
    return (0);
}
         


        
3条回答
提交回复
热议问题