70,024
社区成员




#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()
{
}
#ifndef HEADER_3_H
#define HEADER_3_H
struct token {
int i;
int j;
};
#endif /* HEADER_3_H */