mgetgroups: new module, taken from coreutils
[pspp] / lib / imaxtostr.c
1 #define inttostr imaxtostr
2 #define inttype intmax_t
3 #define inttype_is_signed 1
4 #include "inttostr.c"