5 Feb
2006
5 Feb
'06
11:10 a.m.
Hi Jason, Just a small comment here. Jason Kraftcheck wrote:
--- wine-0.9.6/dlls/msvcrt/math.c 2006-01-19 08:14:03.000000000 -0600 +++ mod/dlls/msvcrt/math.c 2006-02-03 17:52:12.403905962 -0600 <snip> @@ -1190,3 +1200,70 @@ { TRACE("(): stub\n"); } + +/********************************************************************* + * _atoldbl (MSVCRT.@) + * + * Convert a string to a long double w/out using any floating-point + * instructions. Called by cl.exe + */ +int _atoflt( float* value, char* str )
I guess this is cut'n'paste... the comment doesn't match the definition. Cheers, Cihan