You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
double func();
int func();
func_ExpectAndReturn(0,10.0);,if func define return double,will return 0.if func define return int,it is correct.
is not support double?
double func();
int func();
func_ExpectAndReturn(0,10.0);,if func define return double,will return 0.if func define return int,it is correct.
is not support double?