7 lines
48 B
C
7 lines
48 B
C
|
#ifndef B_H
|
||
|
#define B_H
|
||
|
|
||
|
#include "a.h"
|
||
|
|
||
|
#endif
|