meekrosoft / fff

A testing micro framework for creating function test doubles
Other
761 stars 167 forks source link

Specifying calling convention #54

Closed wulfgarpro closed 5 years ago

wulfgarpro commented 6 years ago

There is no way to specify a function's calling convention, void or otherwise. I'd like to fake a function that has a different convention than my project so I can't rely on the default.

wulfgarpro commented 5 years ago

PR was merged, closing.