Sign in
third-party-mirror
/
mingw-w64
/
bae685a8d8341be15e122971f13e1715cfd138eb
/
.
/
mingw-w64-crt
/
stdio
/
atoll.c
blob: c7f45e5b89403d757bd98e60b4752a97be7beb90 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
long
long
atoll
(
const
char
*
_c
)
{
return
_atoi64
(
_c
);
}