jitters/tests/unit/common.h

8 lines
128 B
C
Raw Normal View History

2020-09-29 20:35:51 +02:00
#ifndef COMMON_H
#define COMMON_H
void redirect_streams(void);
void write_to_stdin(const char *input);
#endif /* !COMMON_H */