include: Add atoll.
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
0b61334b9d
commit
0ab4f08954
|
@ -188,6 +188,7 @@ double __cdecl atof(const char*);
|
|||
int __cdecl atoi(const char*);
|
||||
int __cdecl _atoi_l(const char*,_locale_t);
|
||||
__msvcrt_long __cdecl atol(const char*);
|
||||
__int64 __cdecl atoll(const char*);
|
||||
void* __cdecl calloc(size_t,size_t);
|
||||
#ifndef __i386__
|
||||
div_t __cdecl div(int,int);
|
||||
|
|
Loading…
Reference in New Issue