8 lines
108 B
C
8 lines
108 B
C
#ifndef EXAMPLE_DEFINITION
|
|
# error "EXAMPLE_DEFINITION not defined."
|
|
#endif
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|