mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
9 lines
192 B
C
9 lines
192 B
C
|
#ifndef COSMOPOLITAN_LIBC_LOG_TRACEME_H_
|
||
|
#define COSMOPOLITAN_LIBC_LOG_TRACEME_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
extern int traceme;
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_LIBC_LOG_TRACEME_H_ */
|