-1
votes
Setting up a mock interface in C++
I've used a relatively hacky, non-portable method for mocking functions, in WIN32 environment (I think it's 32 bit only, but not sure). here it is:
#define INJECTED_BYTES 5
static …
