where is the definition for sscanf in ntdll.dll
Sept. 8, 2003
10:48 p.m.
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
September 2003
11:12 p.m.
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 the different versions of *scanf. The actual implementation is in the .h file. -- Dimi.
8234
Age (days ago)
8234
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dimitrie O. Paun -
Jonathan Wilson