On Saturday, September 02, 2006 at 06:26, Eric Blake wrote: > > Should we have a gnulib module for *printf that allows us to use the > POSIX-mandated printf("%zu", (size_t)1) modifier for size_t variables? Or > what is the current recommended practice for printing size_t?
Or one could make a module defining PRIdSIZE, PRIuSIZE, PRIxSIZE and PRIXSIZE... Regards, Oskar