mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
8 lines
210 B
C
8 lines
210 B
C
|
#ifndef NSYNC_TESTING_ATM_LOG_H_
|
||
|
#define NSYNC_TESTING_ATM_LOG_H_
|
||
|
|
||
|
void nsync_atm_log_(int, void *, uint32_t, uint32_t, const char *, int);
|
||
|
void nsync_atm_log_print_(void);
|
||
|
|
||
|
#endif /*NSYNC_TESTING_ATM_LOG_H_*/
|