*** empty log message ***

This commit is contained in:
hyung-hwan 2006-11-16 15:39:18 +00:00
parent 582ffc9875
commit c98f616c82

View File

@ -1,7 +1,7 @@
BEGIN {
CONVFMT="%s";
#CONVFMT="%s";
#CONVFMT="%*.*s";
#CONVFMT="%*.*f";
printf "%s", sprintf ("abc %s abc\n", sprintf ("def %s %s", sprintf ("%s %s %s", "xyz", 1.2342, "xyz"), "def"));
printf "[[[[[%s]]\n", sprintf ("abc %s abc", sprintf ("def %s %s", sprintf ("%s %s %s", "xyz", 1.2342, "xyz"), sprintf ("ttt %s tttt", 123.12)));
}