Update for Cygwin 1.7.
[pspp] / lib / imaxtostr.c
1 #define inttostr imaxtostr
2 #define inttype intmax_t
3 #define inttype_is_signed 1
4 #include "inttostr.c"