__trace_int
#define TRACE_INT(i) __trace_int(#i, i, __FILE__, __LINE__)
extern void __trace_int(const char *, int, const char *, int);