David Holland <dholland-pkgtech%netbsd.org@localhost> writes: > % cat foo.c > #include <stdio.h> > int main() { > printf("%3$d %2$d %1$d\n", 2, 4, 6); > return 0; > } > % gcc foo.c -o foo > % ./foo > 6 4 2 > % Thanks for pointing out that we should try it :-) Worked for me on 4_STABLE, current, and failed on 3_STABLE.