12 lines
75 B
C
12 lines
75 B
C
#ifndef A_H
|
|
|
|
#include "b.h"
|
|
|
|
struct a {
|
|
int i;
|
|
};
|
|
|
|
|
|
#define A_H
|
|
#endif
|