tests: cksum: add incorrect data to verify --check & --strict
[coreutils.git] / gl / lib / xdectoumax.c
blob412ddf962dc228eb14f8eaf258d03f7633bcf6f9
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"