1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/printf
David Schultz fd757c50f6 Support the L modifier for floating-point values as an extension.
When L is omitted, double precision is used, so printf(1) gives
reproducable results.  When L is specified, long double precision is
used, which may improve precision, depending on the machine.
2005-03-21 08:01:09 +00:00
..
Makefile
printf.1 Support the L modifier for floating-point values as an extension. 2005-03-21 08:01:09 +00:00
printf.c Support the L modifier for floating-point values as an extension. 2005-03-21 08:01:09 +00:00