1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00
This commit is contained in:
Mike Long
2011-01-03 20:04:20 +01:00
parent e75a8cdfba
commit 023f09edf2

View File

@@ -125,6 +125,7 @@ arguments, for instance to fake:
double pow(double base, double exponent);
you would use a syntax like this:
FAKE_VALUE_FUNC2(double, pow, double, double);