История изменений
Исправление sunjob, (текущая версия) :
Formatting
Like printf, nanoprintf expects a conversion specification string of the following form:
[flags][field width][.precision][length modifier][conversion specifier]
Flags
None or more of the following:
0: Pad the field with leading zero characters.
-: Left-justify the conversion result in the field.
+: Signed conversions always begin with + or - characters.
: (space) A space character is inserted if the first converted character is not a sign.
#: Writes extra characters (0x for hex, . for empty floats, '0' for empty octals, etc).
или я ошибаюсь?
Исходная версия sunjob, :
no
Formatting
Like printf, nanoprintf expects a conversion specification string of the following form:
[flags][field width][.precision][length modifier][conversion specifier]
Flags
None or more of the following:
0: Pad the field with leading zero characters.
-: Left-justify the conversion result in the field.
+: Signed conversions always begin with + or - characters.
: (space) A space character is inserted if the first converted character is not a sign.
#: Writes extra characters (0x for hex, . for empty floats, '0' for empty octals, etc).
или я ошибаюсь?