#ifndef TRACE_H_INCLUDED #define TRACE_H_INCLUDED void trace_begin(void); void trace_end(void); #endif