4 lines
80 B
C
4 lines
80 B
C
|
#include <stdlib.h>
|
||
|
long long atoll (const char * _c)
|
||
|
{ return _atoi64 (_c); }
|