Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c766a0 commit 9e38c10Copy full SHA for 9e38c10
1 file changed
Doc/api/exceptions.tex
@@ -139,7 +139,8 @@ \chapter{Exception Handling \label{exceptionHandling}}
139
\lineii{c}{Character, as an \ctype{int} parameter}
140
\lineii{d}{Number in decimal, as an \ctype{int} parameter}
141
\lineii{x}{Number in hexadecimal, as an \ctype{int} parameter}
142
- \lineii{x}{A string, as a \ctype{char *} parameter}
+ \lineii{s}{A string, as a \ctype{char *} parameter}
143
+ \lineii{p}{A hex pointer, as a \ctype{void *} parameter}
144
\end{tableii}
145
146
An unrecognized format character causes all the rest of the format
0 commit comments