Artifact d844e2c6b99a5437fbc3a6a7144fe6176565ef3d:
- File strtoull.h — part of check-in [2eca7c583b] at 2004-10-29 03:01:26 on branch trunk — Updated to remove PRINTERR and PRINTERR_D (Mac OS X's c preprocessor doesn't handle variadic macros) Updated strtoull.c to work. Added config.guess/config.sub (needed for determining SHLIBEXT) A few misc changes. libconfig 0.0.7 (user: rkeene, size: 127) [annotate] [blame] [check-ins using]
#ifndef _RSK_STRTOULL_H #define _RSK_STRTOULL_H unsigned long long int strtoull(char *nptr, char **endptr, int base); #endif