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