cloud-sat/kissat-inc/test/testdivert.h

11 lines
256 B
C
Raw Permalink Normal View History

2022-08-30 15:42:35 +08:00
#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