7 lines
65 B
C
7 lines
65 B
C
|
#ifndef MODULE_H
|
||
|
#define MODULE_H
|
||
|
|
||
|
void print_message();
|
||
|
|
||
|
#endif
|