1 2 3 4 5 6 7
#ifndef EXAMPLE_DEFINITION # error "EXAMPLE_DEFINITION not defined." #endif int main(void) { return 0; }