include: Add strtof and strtold.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
39f0bbff4e
commit
ccbfb951c2
|
@ -203,7 +203,9 @@ int __cdecl rand(void);
|
|||
errno_t __cdecl rand_s(unsigned int*);
|
||||
void* __cdecl realloc(void*,size_t);
|
||||
void __cdecl srand(unsigned int);
|
||||
float __cdecl strtof(const char*,char**);
|
||||
double __cdecl strtod(const char*,char**);
|
||||
double __cdecl strtold(const char*,char**);
|
||||
__msvcrt_long __cdecl strtol(const char*,char**,int);
|
||||
__msvcrt_ulong __cdecl strtoul(const char*,char**,int);
|
||||
__int64 __cdecl _strtoi64(const char*,char**,int);
|
||||
|
|
Loading…
Reference in New Issue