1 2 3 4 5 6 7 8 9
#ifndef CTHING #error "Local argument not set" #endif #ifdef CPPTHING #error "Wrong local argument set" #endif int func(void) { return 0; }