8 lines
59 B
8 lines
59 B
14 years ago
|
|
||
|
#ifndef module_h
|
||
|
#define module_h
|
||
|
|
||
|
void module();
|
||
|
|
||
|
#endif
|