cosmopolitan/libc/testlib/trace.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
312 B
C
Raw Normal View History

2024-12-14 17:39:51 +00:00
#ifndef COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_
#define COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_
COSMOPOLITAN_C_START_
void cosmo_trace_set_pid(int);
void cosmo_trace_set_tid(int);
void cosmo_trace_begin(const char*);
void cosmo_trace_end(const char*);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_ */