8 lines
121 B
C
8 lines
121 B
C
#ifndef TRACE_LBR_H_INCLUDED
|
|
#define TRACE_LBR_H_INCLUDED
|
|
|
|
void trace_lbr_begin(void);
|
|
void trace_lbr_end(void);
|
|
|
|
#endif
|