* Steinar H. Gunderson <se...@debian.org>, 2023-01-02 12:57:
Do you know if there are any compiler macros for rlim_t, like there is for e.g. PRId64?
There aren't.
Or should I simply cast to uint64_t and use an existing macro?
I'd cast to uintmax_t and use "%ju". -- Jakub Wilk