2018-08-09 18:06:22 +02:00

9 lines
92 B
C

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