mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
dc8971488e
* Makefile.in: Ditto. Merge in mingwex branch.
4 lines
80 B
C
4 lines
80 B
C
#include <stdlib.h>
|
|
long long atoll (const char * _c)
|
|
{ return _atoi64 (_c); }
|