Subject: changed files: 'src/usr.bin/printf printf.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/19/1993 13:05:42
Update of /b/source/CVS/src/usr.bin/printf
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/printf

Modified Files:
	printf.c 
Log Message:
Return from main() if a \c escape is encountered in a %b string (was an exit()).
Use macro constants for "skip1" and "skip2" instead of assigning them
each loop iteration.
Reformat the multi-case entries in the "big switch" so the lines don't wrap.


------------------------------------------------------------------------------