7 lines
51 B
C
7 lines
51 B
C
|
#ifndef A_H
|
||
|
#define A_H
|
||
|
|
||
|
void functionA();
|
||
|
|
||
|
#endif
|