cloud-sat/kissat-inc/test/testdivert.h
2023-03-26 19:15:17 +08:00

11 lines
256 B
C

#ifndef _testdivert_h_INCLUDED
#define _testdivert_h_INCLUDED
void tissat_divert_stdout_and_stderr_to_dev_null (void);
void tissat_restore_stdout_and_stderr (void);
void tissat_restore_stderr (void);
void tissat_redirect_stderr_to_stdout (void);
#endif