70,006
社区成员




typedef struct TT
{
} fileinfo;
void tttest(struct fileinfo*);
#include "stc.h"
void tttest(struct fileinfo* fi)
{
}
In file included from stc.c:1:
stc.h:7: warning: \u2018struct fileinfo\u2019 declared inside parameter list
stc.h:7: warning: its scope is only this definition or declaration, which is probably not what you want
stc.c:3: error: conflicting types for \u2018tttest\u2019
stc.h:7: note: previous declaration of \u2018tttest\u2019 was here