* include/_mingw.h: Increment version to 2.0.
* Makefile.in: Ditto. Merge in mingwex branch.
This commit is contained in:
6
winsup/mingw/mingwex/wcstof.c
Normal file
6
winsup/mingw/mingwex/wcstof.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <wchar.h>
|
||||
|
||||
float wcstof( const wchar_t *nptr, wchar_t **endptr)
|
||||
{
|
||||
return (wcstod(nptr, endptr));
|
||||
}
|
Reference in New Issue
Block a user