PRIdMAX
#define ARITH_FORMAT_STR "%" PRIdMAX
"%"PRIdMAX,
printf("%" PRIdMAX "\n", limitval);
return "%"PRIdMAX;