Artifact e00c133d140d85da3ab246a9b2e64091a56d55b0:
- File strtoll.h — part of check-in [7d6fa8e6b1] at 2004-12-20 00:44:34 on branch trunk — Cygwin was made its own port. Various fixes to strtoll replacement. libconfig 0.1.14 (user: rkeene, size: 121) [annotate] [blame] [check-ins using]
#ifndef _RSK_STRTOLL_H #define _RSK_STRTOLL_H long long int strtoll(const char *nptr, char **endptr, int base); #endif