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 47cc9d3 commit f18c0afCopy full SHA for f18c0af
threads.tex
@@ -1283,7 +1283,8 @@
1283
\item The atomic primitives and types in C11 is an optional feature, so should
1284
be wrapped under \texttt{\_\_STDC\_NO\_ATOMICS\_\_} negative define.
1285
\item A good description of the C11 atomic API can be found on
1286
-\url{http://en.cppreference.com/w/c/atomic}
+\url{http://en.cppreference.com/w/c/atomic}. Some systems have the
1287
+stdatomic(3) man page.
1288
\end{itemize}
1289
1290
0 commit comments