view lib/xstrtoul.c @ 4120:77d7a6d46166

(memcoll): Fall back on a simple algorithm using memcmp if strcoll doesn't work.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 31 Dec 2002 22:11:34 +0000
parents 81038bec009c
children 33e8f958b651
line wrap: on
line source

#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
#include "xstrtol.c"