Re: where is the definition for sscanf in ntdll.dll
On September 8, 2003 11:48 pm, Jonathan Wilson wrote: > I see this: > @ varargs sscanf(str str) > in ntdll.spec > but I cant find the defintion behind it. > Also, searching on source.winehq.org doesnt find it either Check out dlls/msvcrt/scanf.[ch]. The .c file includes the .h multiple times, for
where is the definition for sscanf in ntdll.dll
I see this: @ varargs sscanf(str str) in ntdll.spec but I cant find the defintion behind it. Also, searching on source.winehq.org doesnt find it either