NetBSD/usr.bin/printf
jtc 62f30e8257 Changes required to make printf utility POSIX.2 compliant:
* Escape characters in the string needed to be processed as they were
   encountered, otherwise a "\000" octal constant would prematurely
   terminate the formatting string.
 * Implemented the %b, SysV echo(1) compatibility, formatting directive.
1993-11-05 20:12:38 +00:00
..
Makefile Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
printf.1 Changes required to make printf utility POSIX.2 compliant: 1993-11-05 20:12:38 +00:00
printf.c Changes required to make printf utility POSIX.2 compliant: 1993-11-05 20:12:38 +00:00