*** empty log message ***
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
BEGIN {
|
||||
CONVFMT="%s";
|
||||
printf "%s", sprintf ("abc %s abc\n", sprintf ("def %s %s", sprintf ("xyz %s xyz", 1.2342), "def"));
|
||||
#CONVFMT="%*.*s";
|
||||
#CONVFMT="%*.*f";
|
||||
printf "%s", sprintf ("abc %s abc\n", sprintf ("def %s %s", sprintf ("%s %s %s", "xyz", 1.2342, "xyz"), "def"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user