freebsd-dev/usr.bin/printf
Stefan Farfeleder 0ba01198fc Replace buggy for-loops to skip certain character with strspn(). If *fmt was
'\0' (eg in the invocation 'printf %'), the for-loop would miss the terminating
null character.

MFC after:	1 week
2005-04-11 10:57:54 +00:00
..
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00
printf.1 Support the L modifier for floating-point values as an extension. 2005-03-21 08:01:09 +00:00
printf.c Replace buggy for-loops to skip certain character with strspn(). If *fmt was 2005-04-11 10:57:54 +00:00