blob: 2a61c111ef1c1bc3208a36679794c0df476e13a8 [file] [log] [blame]
Kai Tietzc8c94d82007-08-20 14:22:43 +00001/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER within this package.
5 */
Kai Tietz518dd332007-08-10 09:54:15 +00006#include <stdlib.h>
Kai Tietzc8c94d82007-08-20 14:22:43 +00007
Kai Tietz518dd332007-08-10 09:54:15 +00008long long atoll (const char * _c)
9 { return _atoi64 (_c); }