where is the definition for sscanf in ntdll.dll

Dimitrie O. Paun dpaun at rogers.com
Mon Sep 8 23:12:26 CDT 2003


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.




More information about the wine-devel mailing list