Skip to content
Snippets Groups Projects
Commit da7a82db authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[doc] update devman w.r.t. max_align_t

parent fc43da94
No related branches found
No related tags found
No related merge requests found
......@@ -3306,6 +3306,8 @@ We present below a thorough description of each field.
\verb+ssize_t+ expands to, e.g. \verb+long+
\item[\texttt{wchar\_t}]: a string containing the actual type that
\verb+wchar_t+ expands to. If unsupported, you can use \verb+int+.
\item[\texttt{max\_align\_t}]: a string containing the actual type that
\verb+max_align_t+ expands to.
\item[\texttt{ptrdiff\_t}]: a string containing the actual type that
\verb+ptrdiff_t+ expands to. If unsupported, you can use \verb+int+.
\item[\texttt{sig\_atomic\_t}]: a string containing the actual type that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment