Re: how to print size_t in LGPLv2+ program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > What a shame that POSIX omitted an <inttypes.h> PRIu* for size_t.
> 
> You can define it by yourself ...

Or use uintptr_t instead of size_t. By the definition of these types,
you can be sure that uintptr_t is at least as wide as size_t. Then use

  printf ("%" PRIuPTR, (uintptr_t) size_t_value);

- Works fine with gnulib's <inttypes.h>.
- Works fine with gettext.
- Doesn't need gettext or glibc versions that don't exist yet.

Bruno

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]