10 lines
88 B
C
10 lines
88 B
C
#ifndef module_header_h
|
|
#define module_header_h
|
|
|
|
inline int h()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#endif
|