Files
3rd-party-lib-fff/test/global_fakes.h
2012-05-22 15:48:18 +08:00

11 lines
174 B
C

#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_ */