1 2 3 4 5 6 7 8 9 10 11
#ifndef TRACE_STDERR_H #define TRACE_STDERR_H typedef uint64_t TraceEventID; typedef struct { const char *tp_name; bool state; } TraceEvent; #endif /* ! TRACE_STDERR_H */