umka/trace.h

8 lines
105 B
C

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