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