Artifact 6b4cfebaa6c317a23153a96b9ee5a114de250ffc:
- 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]
#ifndef _RSK_STRTOULL_H #define _RSK_STRTOULL_H long long int strtoull(const char *nptr, char **endptr, int base); #endif