7 lines
51 B
C
7 lines
51 B
C
#ifndef B_H
|
|
#define B_H
|
|
|
|
void functionB();
|
|
|
|
#endif
|
#ifndef B_H
|
|
#define B_H
|
|
|
|
void functionB();
|
|
|
|
#endif
|