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:
Alex Henrie 2018-05-02 19:53:15 -06:00 committed by Alexandre Julliard
parent 0b61334b9d
commit 0ab4f08954
1 changed files with 1 additions and 0 deletions

View File

@ -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);