Files
umka/trace_lbr.h
T

8 lines
121 B
C
Raw Normal View History

2019-10-09 02:35:47 +03:00
#ifndef TRACE_LBR_H_INCLUDED
#define TRACE_LBR_H_INCLUDED
void trace_lbr_begin(void);
void trace_lbr_end(void);
#endif