view lib/xstrtoul.c @ 5111:513a73ee50a0

Remove "fatal" module.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 03 Aug 2004 18:40:30 +0000
parents 33e8f958b651
children
line wrap: on
line source

#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM ULONG_MAX
#include "xstrtol.c"