Differences From Artifact [8b39b46ef3]:
- File strtoull.h — part of check-in [58c3554ca1] at 2004-10-29 03:10:28 on branch trunk — Fixed some warnings. libconfig 0.0.8 (user: rkeene, size: 133) [annotate] [blame] [check-ins using]
To 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]
1 2 3 | #ifndef _RSK_STRTOULL_H #define _RSK_STRTOULL_H | | | 1 2 3 4 5 6 | #ifndef _RSK_STRTOULL_H #define _RSK_STRTOULL_H long long int strtoull(const char *nptr, char **endptr, int base); #endif |