* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
[pspp] / tests / test-xstrtoimax.c
1 #define __xstrtol xstrtoimax
2 #define __strtol_t intmax_t
3 #define __spec PRIdMAX
4 #include "test-xstrtol.c"