// fakeinput.h exists solely for testing purposes // fakeInput is set by unit tests to inject specific inputs for testing #ifndef FAKEINPUT_H #define FAKEINPUT_H extern char **fakeInput; #endif