2022-11-16 20:14:03 +01:00

10 lines
88 B
C

#ifndef module_header_h
#define module_header_h
inline int h()
{
return 0;
}
#endif