Disappearing function call

Wayne A. Christopher faustus at ucbcad.BERKELEY.EDU
Wed Oct 8 04:16:14 AEST 1986


I just thought of this one:

#ifdef DEBUG
	#define    debug	debug_function
#else
	#define    debug	sizeof
#endif

	Wayne



More information about the Comp.lang.c mailing list