~youscribe/parted/3.1

« back to all changes in this revision

Viewing changes to lib/xstrtoul.c

  • Committer: Guilhem Lettron
  • Date: 2012-10-22 14:37:59 UTC
  • Revision ID: guilhem+ubuntu@lettron.fr-20121022143759-m403kecgz13sknvp
3.1 from tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define __strtol strtoul
 
2
#define __strtol_t unsigned long int
 
3
#define __xstrtol xstrtoul
 
4
#define STRTOL_T_MINIMUM 0
 
5
#define STRTOL_T_MAXIMUM ULONG_MAX
 
6
#include "xstrtol.c"