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 e59e010 commit ee789ccCopy full SHA for ee789cc
intro.tex
@@ -1941,7 +1941,7 @@
1941
\texttt{exit} also flushes and closes streams (try it out with \texttt{printf()}
1942
\emsl{without} printing a new line), and calls functions registered via
1943
\texttt{atexit()}, and possibly other actions based on a specific system.
1944
-Example: \example{exit/exit.c}
+Example: \example{exit/exit.c} and \example{exit/atexit-abort.c}
1945
\item \label{MAIN_C} Example on printing out command line arguments:
1946
\example{main/print-argv.c}
1947
\item If a process is killed by a signal, you can get the signal number from its
0 commit comments