7 lines
51 B
C
7 lines
51 B
C
|
#ifndef C_H
|
||
|
#define C_H
|
||
|
|
||
|
void functionC();
|
||
|
|
||
|
#endif
|