#include <time.h> #define BOGUSTID 9999 timer_t tid; #if WANT_SEG_FAULT tid = (timer_t) BOGUSTID #else int tval=BOGUSTID; tid = (timer_t) &tval; #endif
#define timer_t void *