/* $Id: trace.h,v 1.1 2003/03/11 01:17:21 wafer Exp $ */ /* This contains the headers for leaving an audit trail */ #ifndef _AMBUSH_TRACE_INC_ #define _AMBUSH_TRACE_INC_ #include #define trace_output(args...) printf((args)) #endif /* _MOD_MEAS_INC_ */