#ifndef GLOBAL_FAKES_H_ #define GLOBAL_FAKES_H_ #include "../fff3.h" void global_void_func(void); DECLARE_FAKE_VOID_FUNC0(global_void_func); #endif /* GLOBAL_FAKES_H_ */