Skip to content

Commit

Permalink
Say 'length modifier'
Browse files Browse the repository at this point in the history
As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed Oct 24, 2022
1 parent 2944eda commit c5a4881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -532,7 +532,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\end{itemize}

The ANSI-C style \lstinline!format! string (which cannot be combined with any of the other named arguments) consists of a single conversion specification without the leading \%.
It shall not contain a length field specifier, and shall not use `\lstinline!*!' for width and/or precision.
It shall not contain a length modifier, and shall not use `\lstinline!*!' for width and/or precision.
For all numeric values the conversion specifiers `\lstinline!f!', `\lstinline!e!', `\lstinline!E!', `\lstinline!g!', `\lstinline!G!' are allowed.
For integral values it is also allowed to use the `\lstinline!d!', `\lstinline!i!', `\lstinline!o!', `\lstinline!x!', `\lstinline!X!', `\lstinline!u!', and `\lstinline!c!' conversion specifiers (for non-integral values a tool may round, truncate or use a different format if the integer conversion specifiers are used).

Expand Down

0 comments on commit c5a4881

Please sign in to comment.