annotate lib/strtoumax.c @ 3421:02b798113ce6

Include strtoimax.c, not strtouxmax.c.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 09:39:10 +0000
parents 4ae5a3e63768
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3421
02b798113ce6 Include strtoimax.c, not strtouxmax.c.
Jim Meyering <jim@meyering.net>
parents: 3395
diff changeset
1 #define UNSIGNED 1
02b798113ce6 Include strtoimax.c, not strtouxmax.c.
Jim Meyering <jim@meyering.net>
parents: 3395
diff changeset
2 #include "strtoimax.c"