70,035
社区成员
发帖
与我相关
我的任务
分享#include "3.h"
main()
{
}#include "3.h"struct token {
int i;
int j;
};gcc test1.c test2.c#include "3.h"
#include "3.h"
main()
{
}
[/quote]
但我看好你有这个能力。
#ifndef HEADER_3_H
#define HEADER_3_H
struct token {
int i;
int j;
};
#endif /* HEADER_3_H */