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.