2020-08-30 11:54:41 +02:00

9 lines
96 B
C

#ifdef REQUIRED
int required(void)
{
return 0;
}
#else
# error "REQUIRED not defined"
#endif