[CRT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 25 May 2014 14:30:54 +0000 (14:30 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 25 May 2014 14:30:54 +0000 (14:30 +0000)
commitccc118bbe5c47fbbef46af31aa8064c4df69ed6a
treeab266e5598c360caa0aa83c433e9180e98773730
parentf01e92424aacb0aa301119e9f27006bd48037f78
[CRT]
* Partial update of scanf routines. Focus was on the case of reading a float.
* Don't inline float processing, introduce _internal_handle_float() and co to take care of this. Brought to you by Timo.
* Msvcrt scanf tests are now green.
CORE-7005 #resolve #comment Should be fixed in r63443. Thanks Dmitry ;)
CORE-8080

svn path=/trunk/; revision=63443
reactos/lib/sdk/crt/crt.cmake
reactos/lib/sdk/crt/libcntpr.cmake
reactos/lib/sdk/crt/string/scanf.c
reactos/lib/sdk/crt/string/scanf.h
reactos/lib/sdk/crt/string/winesup.c [new file with mode: 0644]
reactos/lib/sdk/crt/string/winesup.h [new file with mode: 0644]