Download raw body.
inttypes.h?
On Fri, Sep 25, 2020 at 07:18:41PM +0200, Christian Weisgerber wrote: > *dips toe into shark pool* > > What's the attitude here about using POSIX <inttypes.h> and its > printf/scanf macros like PRIi64? Asking for a friend... If will help you, then yes, go for it. Our use of specific integer widths should be limited to very specific areas anyway, such as file format support code.
inttypes.h?