8 lines
59 B
C
8 lines
59 B
C
|
|
||
|
#ifndef module_h
|
||
|
#define module_h
|
||
|
|
||
|
void module();
|
||
|
|
||
|
#endif
|