Combined the implementation of all the scanf's in a single place.
authorDaniel Gudbjartsson <dfg@decode.is>
Sat, 17 Aug 2002 01:22:00 +0000 (01:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 17 Aug 2002 01:22:00 +0000 (01:22 +0000)
commit42c74d6454a851f373455916c97effc5611cf21e
tree8d5301edfdad96031c736773cd21bc721fafc4a6
parent9fc17ee371a1e6ed0ba53a2cd7d09a9f0332ac41
Combined the implementation of all the scanf's in a single place.
Added implementations of fwscanf, swscanf, wscanf and sscanf.
Corrected the declaration of swscanf.
Added implementation of the l, h, L and w prefixes.
Added implementation of the c, C, s, S and n types.
dlls/msvcrt/Makefile.in
dlls/msvcrt/console.c
dlls/msvcrt/file.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/scanf.c [new file with mode: 0644]
dlls/msvcrt/scanf.h [new file with mode: 0644]
include/msvcrt/stdio.h