Yoann Vandoorselaere asked: > Can we assume that the Gnulib snprintf module will provide a working > implementation for the 'z' length modifier under any platform, or should > snprintf-posix be used for this case?
Take 'snprintf-posix' for this case. The 'snprintf' module happily uses the system's snprintf() function if it exists. Bruno
