Differences From Artifact [6b4cfebaa6]:
- File strtoll.h — part of check-in [59af3f328b] at 2004-10-31 20:46:08 on branch trunk — Changed to `strtoull' to `strtoll' and updated code. Changed URL in header Added TODO libconfig 0.1.1 (user: rkeene, size: 124) [annotate] [blame] [check-ins using]
To Artifact [e00c133d14]:
- 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]
|
| | | | | 1 2 3 4 5 6 | #ifndef _RSK_STRTOLL_H #define _RSK_STRTOLL_H long long int strtoll(const char *nptr, char **endptr, int base); #endif |