6ac6319b32
possible to print the thousands separator in the locale setups that have one, by something like this: $ env -i LC_NUMERIC=en_US.ISO8859-1 ./printf "%'0.2f\n" 12345 12,345.00 Reviewed by: das |
||
---|---|---|
.. | ||
Makefile | ||
printf.1 | ||
printf.c |