Kai Tietz | c8c94d8 | 2007-08-20 14:22:43 +0000 | [diff] [blame^] | 1 | /**
|
| 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 Tietz | 518dd33 | 2007-08-10 09:54:15 +0000 | [diff] [blame] | 6 | #include <stdlib.h>
|
Kai Tietz | c8c94d8 | 2007-08-20 14:22:43 +0000 | [diff] [blame^] | 7 |
|
Kai Tietz | 518dd33 | 2007-08-10 09:54:15 +0000 | [diff] [blame] | 8 | long long atoll (const char * _c)
|
| 9 | { return _atoi64 (_c); }
|