mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 06:50:24 +08:00
4 lines
80 B
C
4 lines
80 B
C
#include <stdlib.h>
|
|
long long atoll (const char * _c)
|
|
{ return _atoi64 (_c); }
|