|
|
||
|
So, POSIX (and other C implementations) have an extension to printf() format specifiers allowing them to specify an argument by its position. So, you can use:
Do you have a source for that claim?
SUSV doesn't have it: http://www.opengroup.org/onlinepubs/009695399/functions/printf.html
Best Martin