Re: [PATCH] ntdll: Use our own implementation of atoi.
21 Jul
2008
21 Jul
'08
1:25 p.m.
"Lei Zhang" <thestig(a)google.com> writes:
diff --git a/dlls/ntdll/string.c b/dlls/ntdll/string.c index ebfa6fb..6b36364 100644 --- a/dlls/ntdll/string.c +++ b/dlls/ntdll/string.c @@ -466,10 +466,31 @@ ULONG __cdecl NTDLL_strtoul( const char *nptr, char **endptr, int base )
/********************************************************************* * atoi (NTDLL.@) + * + * Same implementation as _atoi64.
If it's the same then there's no need to duplicate it, just call atoi64. Also what about atol? -- Alexandre Julliard julliard(a)winehq.org
6356
Age (days ago)
6356
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard