12 lines
76 B
C
12 lines
76 B
C
#ifndef B_H
|
|
#define B_H
|
|
|
|
#include "ac.h"
|
|
|
|
struct b {
|
|
int i;
|
|
};
|
|
|
|
|
|
#endif
|