source: coreutils/trunk/lib/xdectoumax.c@ 1652

Last change on this file since 1652 was 1648, checked in by Silvan Scherrer, 9 years ago

coreutils: update trunk to version 8.25

File size: 175 bytes
Line 
1#define __xdectoint xdectoumax
2#define __xnumtoint xnumtoumax
3#define __xdectoint_t uintmax_t
4#define __xstrtol xstrtoumax
5#define __xdectoint_signed 0
6#include "xdectoint.c"
Note: See TracBrowser for help on using the repository browser.