Welcome to mirror list, hosted at ThFree Co, Russian Federation.

atoll.c « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97920b4ee547103a1905c5128caeb2019e5e64c8 (plain)
1
2
3
#include <stdlib.h>
long long atoll (const char * _c)
	{ return _atoi64 (_c); }